diff options
| author | thorpej <thorpej@NetBSD.org> | 1999-10-21 20:48:59 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1999-10-21 20:48:59 +0000 |
| commit | 49adc1947e3fe643471b77cf9a79fd7c75ccc70f (patch) | |
| tree | cf57f11fa54817330888d2295268608b88a7cd0d /gnu/usr.bin | |
| parent | ae7e9d1571e1888878daad6885383a37cbd97d38 (diff) | |
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 (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gas/config/tc-m68k.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gas/config/tc-m68k.h b/gnu/usr.bin/gas/config/tc-m68k.h index a3ad20d2394..4423172ca18 100644 --- a/gnu/usr.bin/gas/config/tc-m68k.h +++ b/gnu/usr.bin/gas/config/tc-m68k.h @@ -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 */ |
