diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-11-15 10:56:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-11-15 10:56:07 +0000 |
commit | 46618ae6e7959ea130f2bf2bc16d39a5b53383e4 (patch) | |
tree | f2f9b51e05a991dfa86c40f32d231037964134ab /gas/config | |
parent | dfbb1a26dc02eb12e81fb75881814dca881119ed (diff) | |
download | gdb-46618ae6e7959ea130f2bf2bc16d39a5b53383e4.zip gdb-46618ae6e7959ea130f2bf2bc16d39a5b53383e4.tar.gz gdb-46618ae6e7959ea130f2bf2bc16d39a5b53383e4.tar.bz2 |
move md_end use, and make use of it in cpu back ends. clean up empty, unused
md_end functions.
i386 changes from Alan Modra for using multi-byte sequences instead of
single nops for code alignment.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-rce.c | 5 | ||||
-rw-r--r-- | gas/config/tc-rce.h | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/gas/config/tc-rce.c b/gas/config/tc-rce.c index 0dc7a9f..d997571 100644 --- a/gas/config/tc-rce.c +++ b/gas/config/tc-rce.c @@ -683,11 +683,6 @@ DEFUN (md_undefined_symbol, (name), return 0; } -void -DEFUN_VOID (md_end) -{ -} - /* Various routines to kill one day */ /* Equal to MAX_PRECISION in atof-ieee.c */ #define MAX_LITTLENUMS 6 diff --git a/gas/config/tc-rce.h b/gas/config/tc-rce.h index 1eb893f..8bcc532 100644 --- a/gas/config/tc-rce.h +++ b/gas/config/tc-rce.h @@ -56,4 +56,6 @@ extern const struct relax_type md_relax_table[]; #define TC_GENERIC_RELAX_TABLE md_relax_table +#define md_end() dump_literals(0) + #endif |