From ce1783fbd3dcbab443d8566c2c72c73d644e85dc Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 31 May 2013 17:27:27 +0000 Subject: Don't align text/data/bss sections for ELF binutils/testsuite/ * binutils-all/i386/compressed-1b.d: Updated for text/data/bss section alignment change. * binutils-all/i386/compressed-1c.d: Likewise. * binutils-all/x86-64/compressed-1b.d: Likewise. * binutils-all/x86-64/compressed-1c.d: Likewise. gas/ * config/tc-i386.c (md_begin): Don't align text/data/bss sections for ELF. gas/testsuite/ * gas/i386/size-3.d: Updated for text/data/bss section alignment change. * gas/i386/x86-64-size-1.d: Likewise. * gas/i386/x86-64-unwind.d: Likewise. * gas/i386/ilp32/x86-64-size-1.d: Likewise. * gas/i386/ilp32/x86-64-size-5.d: Likewise. * gas/i386/ilp32/x86-64-unwind.d: Likewise. ld/testsuite/ * ld-i386/pr12718.d: Updated for text/data/bss section alignment change. * ld-i386/tlsbindesc.dd: Likewise. * ld-i386/tlsbindesc.rd: Likewise. * ld-i386/tlsnopic.dd: Likewise. * ld-i386/tlspic.dd: Likewise. * ld-x86-64/ilp32-4.d: Likewise. * ld-x86-64/pr12718.d: Likewise. * ld-x86-64/split-by-file.rd: Likewise. * ld-x86-64/tlsbin.dd: Likewise. * ld-x86-64/tlsbin.rd: Likewise. * ld-x86-64/tlsbindesc.dd: Likewise. * ld-x86-64/tlsbindesc.rd: Likewise. * ld-x86-64/tlsdesc.dd: Likewise. * ld-x86-64/tlsdesc.rd: Likewise. * ld-x86-64/tlspic.dd: Likewise. * ld-x86-64/tlspic.rd: Likewise. --- binutils/testsuite/ChangeLog | 8 ++++++++ binutils/testsuite/binutils-all/i386/compressed-1b.d | 6 +++--- binutils/testsuite/binutils-all/i386/compressed-1c.d | 6 +++--- binutils/testsuite/binutils-all/x86-64/compressed-1b.d | 6 +++--- binutils/testsuite/binutils-all/x86-64/compressed-1c.d | 6 +++--- 5 files changed, 20 insertions(+), 12 deletions(-) (limited to 'binutils') diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 47d0ced6f6..ac10932fe2 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2013-05-31 H.J. Lu + + * binutils-all/i386/compressed-1b.d: Updated for text/data/bss + section alignment change. + * binutils-all/i386/compressed-1c.d: Likewise. + * binutils-all/x86-64/compressed-1b.d: Likewise. + * binutils-all/x86-64/compressed-1c.d: Likewise. + 2013-05-28 Cary Coutant * binutils-all/dw2-1.W: Adjust expected output. diff --git a/binutils/testsuite/binutils-all/i386/compressed-1b.d b/binutils/testsuite/binutils-all/i386/compressed-1b.d index d7ffe21d88..8cc9653eef 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1b.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1b.d @@ -11,8 +11,8 @@ Section Headers: \[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al \[ 0\] NULL 00000000 000000 000000 00 0 0 0 \[ 1\] .text PROGBITS 00000000 000040 00001b 00 AX 0 0 16 - \[ 2\] .data PROGBITS 00000000 00005c 000000 00 WA 0 0 4 - \[ 3\] .bss NOBITS 00000000 00005c 000000 00 WA 0 0 4 - \[ 4\] .shstrtab STRTAB 00000000 00005c 00001c 00 0 0 1 + \[ 2\] .data PROGBITS 00000000 00005b 000000 00 WA 0 0 1 + \[ 3\] .bss NOBITS 00000000 00005b 000000 00 WA 0 0 1 + \[ 4\] .shstrtab STRTAB 00000000 00005b 00001c 00 0 0 1 Key to Flags: #... diff --git a/binutils/testsuite/binutils-all/i386/compressed-1c.d b/binutils/testsuite/binutils-all/i386/compressed-1c.d index 3db18fe31c..f05380fc62 100644 --- a/binutils/testsuite/binutils-all/i386/compressed-1c.d +++ b/binutils/testsuite/binutils-all/i386/compressed-1c.d @@ -11,8 +11,8 @@ Section Headers: \[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al \[ 0\] NULL 00000000 000000 000000 00 0 0 0 \[ 1\] .text PROGBITS 00000000 000040 00001b 00 AX 0 0 16 - \[ 2\] .data PROGBITS 00000000 00005c 000000 00 WA 0 0 4 - \[ 3\] .bss NOBITS 00000000 00005c 000000 00 WA 0 0 4 - \[ 4\] .shstrtab STRTAB 00000000 00005c 00001c 00 0 0 1 + \[ 2\] .data PROGBITS 00000000 00005b 000000 00 WA 0 0 1 + \[ 3\] .bss NOBITS 00000000 00005b 000000 00 WA 0 0 1 + \[ 4\] .shstrtab STRTAB 00000000 00005b 00001c 00 0 0 1 Key to Flags: #... diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1b.d b/binutils/testsuite/binutils-all/x86-64/compressed-1b.d index 078ccb6c6e..ed5a45eddb 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1b.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1b.d @@ -11,8 +11,8 @@ Section Headers: \[Nr\] Name Type Address Off Size ES Flg Lk Inf Al \[ 0\] NULL 0000000000000000 000000 000000 00 0 0 0 \[ 1\] .text PROGBITS 0000000000000000 000040 000015 00 AX 0 0 16 - \[ 2\] .data PROGBITS 0000000000000000 000058 000000 00 WA 0 0 4 - \[ 3\] .bss NOBITS 0000000000000000 000058 000000 00 WA 0 0 4 - \[ 4\] .shstrtab STRTAB 0000000000000000 000058 00001c 00 0 0 1 + \[ 2\] .data PROGBITS 0000000000000000 000055 000000 00 WA 0 0 1 + \[ 3\] .bss NOBITS 0000000000000000 000055 000000 00 WA 0 0 1 + \[ 4\] .shstrtab STRTAB 0000000000000000 000055 00001c 00 0 0 1 Key to Flags: #... diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1c.d b/binutils/testsuite/binutils-all/x86-64/compressed-1c.d index 90a3c2d7ff..a0308c89bf 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1c.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1c.d @@ -11,8 +11,8 @@ Section Headers: \[Nr\] Name Type Address Off Size ES Flg Lk Inf Al \[ 0\] NULL 0000000000000000 000000 000000 00 0 0 0 \[ 1\] .text PROGBITS 0000000000000000 000040 000015 00 AX 0 0 16 - \[ 2\] .data PROGBITS 0000000000000000 000058 000000 00 WA 0 0 4 - \[ 3\] .bss NOBITS 0000000000000000 000058 000000 00 WA 0 0 4 - \[ 4\] .shstrtab STRTAB 0000000000000000 000058 00001c 00 0 0 1 + \[ 2\] .data PROGBITS 0000000000000000 000055 000000 00 WA 0 0 1 + \[ 3\] .bss NOBITS 0000000000000000 000055 000000 00 WA 0 0 1 + \[ 4\] .shstrtab STRTAB 0000000000000000 000055 00001c 00 0 0 1 Key to Flags: #... -- cgit v1.2.1