This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] ns32k: remove dupplicate definition of input_line_pointer


From: Trevor Saunders <tbsaunde+binutils@tbsaunde.org>

Hi,

built and regtested ns32k-netbsd, ok?

Thanks!

Trev

gas/ChangeLog:

2016-05-31  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>

	* config/tc-ns32k.c: Remove definition of input_line_pointer.
---
 gas/config/tc-ns32k.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c
index 86a1de7..f77a0cc 100644
--- a/gas/config/tc-ns32k.c
+++ b/gas/config/tc-ns32k.c
@@ -132,7 +132,6 @@ struct int_ins_form
 
 struct int_ins_form iif;
 expressionS exprP;
-char *input_line_pointer;
 
 /* Description of the PARTs in IIF
   object[n]:
-- 
2.7.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]