From 18c476f3ee840abcda10dbf0e585116b8dc66a47 Mon Sep 17 00:00:00 2001 From: pefo Date: Mon, 14 Apr 1997 21:45:32 +0000 Subject: [PATCH] Forgot one change... --- gnu/usr.bin/binutils/ld/emultempl/elfobsd.em | 2 -- 1 file changed, 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 -- 2.20.1