Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/gas/config Define `%' as the register name prefi...



details:   https://anonhg.NetBSD.org/src/rev/604ccd090197
branches:  trunk
changeset: 477564:604ccd090197
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Oct 21 20:48:59 1999 +0000

description:
Define `%' as the register name prefix, like the ELF assembler, and allow
it to be optional (for now).  This will allow m68k code maintainers to
convert to the new register name conventions incrementally.

diffstat:

 gnu/usr.bin/gas/config/tc-m68k.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 8af9dda420c9 -r 604ccd090197 gnu/usr.bin/gas/config/tc-m68k.h
--- a/gnu/usr.bin/gas/config/tc-m68k.h  Thu Oct 21 20:01:36 1999 +0000
+++ b/gnu/usr.bin/gas/config/tc-m68k.h  Thu Oct 21 20:48:59 1999 +0000
@@ -34,7 +34,10 @@
 
 #define AOUT_MACHTYPE MID_M68K
 #define LOCAL_LABELS_FB
-    
+
+#define        REGISTER_PREFIX '%'
+#define        REGISTER_PREFIX_OPTIONAL
+
 #define tc_crawl_symbol_chain(a)       {;} /* not used */
 #define tc_headers_hook(a)             {;} /* not used */
 #define tc_aout_pre_write_hook(x)      {;} /* not used */



Home | Main Index | Thread Index | Old Index