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: Update as/ld NEWS files to mention @file


Even while the texi2pod.pl patch is under review (and thus the updates
to the as/ld manuals are on hold), I could still comply with Nick's
request to mention @file in the as/ld NEWS files.  

So, I checked in the following patch, borrowing Nick's working from
the binutils NEWS file.

--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com

2005-10-12  Mark Mitchell  <mark@codesourcery.com>

	* NEWS: Mention @file.

2005-10-12  Mark Mitchell  <mark@codesourcery.com>

	* NEWS: Mention @file.

Index: gas/NEWS
===================================================================
RCS file: /cvs/src/src/gas/NEWS,v
retrieving revision 1.78
diff -c -5 -p -r1.78 NEWS
*** gas/NEWS	6 Oct 2005 11:44:06 -0000	1.78
--- gas/NEWS	13 Oct 2005 00:57:04 -0000
***************
*** 1,7 ****
--- 1,10 ----
  -*- text -*-
  
+ * Add support for the "@<file>" syntax to the command line, so that extra
+   switches can be read from <file>.
+ 
  * The SH target supports a new command line switch --enable-reg-prefix which,
    if enabled, will allow register names to be optionally prefixed with a $
    character.  This allows register names to be distinguished from label names.
    
  * Macros with a variable number of arguments are now supported. See the
Index: ld/NEWS
===================================================================
RCS file: /cvs/src/src/ld/NEWS,v
retrieving revision 1.59
diff -c -5 -p -r1.59 NEWS
*** ld/NEWS	15 Mar 2005 17:49:14 -0000	1.59
--- ld/NEWS	13 Oct 2005 00:57:04 -0000
***************
*** 1,7 ****
--- 1,10 ----
  -*- text -*-
  
+ * Add support for the "@<file>" syntax to the command line, so that extra
+   switches can be read from <file>.
+ 
  Changes in 2.16:
  
  * Support for the R_ARM_V4BX relocation as defined in the ARM AAELF
    specification has been added via the --fix-v4bx command-line option.
  


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