mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Based on patches from Ross Harvey <ross@teraflop.com>:
* macro.c (ISSEP): Only treat '<' and '>' as separator characters if macro_alternate or macro_mri. (getstring): Remove support for byte constants between < and >. (get_any_string): '<' only starts a string if macro_alternate or macro_mri. (macro_expand_body): Permit keyword parameters following positional parameters.
This commit is contained in:
parent
f53bcd0a9c
commit
618ea80814
@ -1,5 +1,14 @@
|
||||
Thu Feb 12 14:06:59 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
Based on patches from Ross Harvey <ross@teraflop.com>:
|
||||
* macro.c (ISSEP): Only treat '<' and '>' as separator characters
|
||||
if macro_alternate or macro_mri.
|
||||
(getstring): Remove support for byte constants between < and >.
|
||||
(get_any_string): '<' only starts a string if macro_alternate or
|
||||
macro_mri.
|
||||
(macro_expand_body): Permit keyword parameters following
|
||||
positional parameters.
|
||||
|
||||
NetBSD patches from Gordon W. Ross <gwr@mc.com>:
|
||||
* configure.in (alpha*-*-netbsd*): New target.
|
||||
* config/te-nbsd.h (LOCAL_LABELS_FB): Define.
|
||||
|
Loading…
Reference in New Issue
Block a user