diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-12-20 16:48:00 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-12-20 16:48:00 +0000 |
commit | 6868afe647e1646d2bef0d3155989c9f9c2006a1 (patch) | |
tree | d586c4a815984124eb3aeff2dfb775b19b09e8f8 /gas/config/tc-a29k.c | |
parent | 7e1766ba877327fb2b3da5252c5364e81ad8956f (diff) | |
download | gdb-6868afe647e1646d2bef0d3155989c9f9c2006a1.zip gdb-6868afe647e1646d2bef0d3155989c9f9c2006a1.tar.gz gdb-6868afe647e1646d2bef0d3155989c9f9c2006a1.tar.bz2 |
* as.c (main): Only invoke md_end if it's defined as a macro.
* tc.h (md_end): Don't declare it.
* config/tc-*.[ch] (md_end): Deleted, in cases where it doesn't do anything.
* config/tc-vax.c (vip_end): Deleted null function.
* config/tc-mips.c (md_mips_end): Renamed from md_end.
* config/tc-mips.h (md_mips_end): Declare.
(md_end): New macro, calls md_mips_end.
* write.c (write_object_file): Don't close output file.
* as.c (main): Close output file (if needed) after calling listing_print, which
should be after calling write_object_file, which sets the frag addresses.
Diffstat (limited to 'gas/config/tc-a29k.c')
-rw-r--r-- | gas/config/tc-a29k.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index ef929e4..5fa85bb 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -344,11 +344,6 @@ md_begin () define_some_regs (); } -void -md_end () -{ -} - /* Assemble a single instruction. Its label has already been handled by the generic front end. We just parse opcode and operands, and produce the bytes of data and relocation. */ |