This is the mail archive of the binutils-cvs@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]

[binutils-gdb] ns32k: remove dupplicate definition of input_line_pointer


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c273521c9aad56a596202dfaedc54182cf5543eb

commit c273521c9aad56a596202dfaedc54182cf5543eb
Author: Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
Date:   Sun May 29 01:04:01 2016 -0400

    ns32k: remove dupplicate definition of input_line_pointer
    
    gas/ChangeLog:
    
    2016-06-01  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
    
    	* config/tc-ns32k.c: Remove definition of input_line_pointer.

Diff:
---
 gas/ChangeLog         | 4 ++++
 gas/config/tc-ns32k.c | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 62e07cd..116ab89 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2016-06-01  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
+	* config/tc-ns32k.c: Remove definition of input_line_pointer.
+
+2016-06-01  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
 	* config/tc-avr.c (avr_parse_cons_expression): Replace iteration to
 	sentinal with iteration to array size.
 
diff --git a/gas/config/tc-ns32k.c b/gas/config/tc-ns32k.c
index 3c84ac2..a0db769 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]:


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