diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:38:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-03-02 01:38:33 +0000 |
commit | f3182172b731a549c564f15561c1ccfd61f12282 (patch) | |
tree | b2648a79eb60a4a882f5d226596555e7dd134ac2 /bfd/aout-tic30.c | |
parent | bfd9daaa5dd7ebebc20c9c12bcb93da3dccabb30 (diff) | |
download | gdb-f3182172b731a549c564f15561c1ccfd61f12282.tar.gz |
2000-03-01 Hans-Peter Nilsson <hp@axis.com>
* aout-target.h (MY(write_object_contents)): Remove unused
and unusable "#if CHOOSE_RELOC_SIZE".
* pc532-mach.c (MY(write_object_contents)): Ditto.
* netbsd.h (MY(write_object_contents)): Ditto.
* hp300hpux.c (MY(write_object_contents)): Ditto.
* freebsd.h (MY(write_object_contents)): Ditto.
* aout-tic30.c (tic30_aout_write_object_contents): Ditto.
Diffstat (limited to 'bfd/aout-tic30.c')
-rw-r--r-- | bfd/aout-tic30.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index 0dcae0c25bc..686c15942f8 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -1,5 +1,5 @@ /* BFD back-end for TMS320C30 a.out binaries. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This file is part of BFD, the Binary File Descriptor library. @@ -610,11 +610,8 @@ tic30_aout_write_object_contents (abfd) struct external_exec exec_bytes; struct internal_exec *execp = exec_hdr (abfd); -#if CHOOSE_RELOC_SIZE - CHOOSE_RELOC_SIZE (abfd); -#else obj_reloc_entry_size (abfd) = RELOC_STD_SIZE; -#endif + { bfd_size_type text_size; /* dummy vars */ file_ptr text_end; |