From 98a8deaf8aa362c0c49f660a12558e43d19218f6 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 13 Oct 2003 19:51:10 +0000 Subject: * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries. (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them. Don't handle DT_MIPS_MSYM. Set DT_RELSZ based on the number of relocations that were needed. (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS. (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-mips-elf/multi-got-1.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 4d42f7e..fd38f47 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-10-13 Richard Sandiford + + * ld-mips-elf/multi-got-1.d (RELSZ): Don't include the size of the + trailing null relocs. + 2003-10-12 Kaz Kojima * ld-sh/rd-sh.exp (LDFLAGS): Define appropriately for each diff --git a/ld/testsuite/ld-mips-elf/multi-got-1.d b/ld/testsuite/ld-mips-elf/multi-got-1.d index 45a904b..c70d022 100644 --- a/ld/testsuite/ld-mips-elf/multi-got-1.d +++ b/ld/testsuite/ld-mips-elf/multi-got-1.d @@ -15,7 +15,7 @@ Dynamic segment at offset 0xcc contains 18 entries: 0x00000015 \(DEBUG\) 0x0 0x00000003 \(PLTGOT\) 0xe3ba0 0x00000011 \(REL\) 0x83b34 - 0x00000012 \(RELSZ\) 65624 \(bytes\) + 0x00000012 \(RELSZ\) 65544 \(bytes\) 0x00000013 \(RELENT\) 8 \(bytes\) 0x70000001 \(MIPS_RLD_VERSION\) 1 0x70000005 \(MIPS_FLAGS\) NOTPOT -- cgit v1.1