diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-14 21:45:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-14 21:45:33 +0000 |
commit | afc2d396ad5fdfdc953220ad4ebfa9e206c9632a (patch) | |
tree | c880b0456505cf9c4c5bb7b6c30974a9d3bbc52f | |
parent | d44221fbb080f456ed7465523be9699f2fe1f98d (diff) |
Forgot one change...
-rw-r--r-- | gnu/usr.bin/binutils/ld/emultempl/elfobsd.em | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/ld/emultempl/elfobsd.em b/gnu/usr.bin/binutils/ld/emultempl/elfobsd.em index 0b052eb033c..1981519fb2a 100644 --- a/gnu/usr.bin/binutils/ld/emultempl/elfobsd.em +++ b/gnu/usr.bin/binutils/ld/emultempl/elfobsd.em @@ -676,7 +676,6 @@ gld${EMULATION_NAME}_before_allocation () } } -#if defined (TARGET_IS_elf32bmip) || defined (TARGET_IS_elf32lmip) || defined (TARGET_IS_elf32arc) /* For MIPS ELF the .reginfo section requires special handling. Each input section is 24 bytes, and the final output section must also be 24 bytes. We handle this by clobbering all but the first @@ -705,7 +704,6 @@ gld${EMULATION_NAME}_before_allocation () s->_cooked_size = 0; } } -#endif } /* This is called by the before_allocation routine via |