From: Nick Clifton Date: Wed, 13 Jun 2012 14:15:59 +0000 (+0000) Subject: * ld-arm/arm-app-abs32.d; Update expected disassembly in line with X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fdbe2eb720c3f35955eb789c9cace24cfc95cd6c;p=binutils-gdb.git * ld-arm/arm-app-abs32.d; Update expected disassembly in line with improved architecture detection. * ld-arm/arm-app.d: Likewise. * ld-arm/arm-lib-plt32.d: Likewise. * ld-arm/arm-lib.d: Likewise. * ld-arm/arm-static-app.d: Likewise. * ld-arm/armthumb-lib.d: Likewise. * ld-arm/farcall-mixed-app-v5.d: Likewise. * ld-arm/farcall-mixed-app.d: Likewise. * ld-arm/farcall-mixed-lib-v4t.d: Likewise. * ld-arm/farcall-mixed-lib.d: Likewise. * ld-arm/mixed-app-v5.d: Likewise. * ld-arm/mixed-app.d: Likewise. * ld-arm/mixed-lib.d: Likewise. * ld-arm/tls-app.d: Likewise. * ld-arm/tls-descrelax-be32.d: Likewise. * ld-arm/tls-descrelax.d: Likewise. * ld-arm/tls-descseq.d: Likewise. * ld-arm/tls-gdesc-got.d: Likewise. * ld-arm/tls-gdesc.d: Likewise. * ld-arm/tls-gdierelax.d: Likewise. * ld-arm/tls-gdierelax2.d: Likewise. * ld-arm/tls-gdlerelax.d: Likewise. * ld-arm/tls-lib-loc.d: Likewise. * ld-arm/tls-lib.d: Likewise. * ld-arm/tls-thumb1.d: Likewise. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 17583d4bb99..7968f3bdb34 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,32 @@ +2012-06-13 Nick Clifton + + * ld-arm/arm-app-abs32.d; Update expected disassembly in line with + improved architecture detection. + * ld-arm/arm-app.d: Likewise. + * ld-arm/arm-lib-plt32.d: Likewise. + * ld-arm/arm-lib.d: Likewise. + * ld-arm/arm-static-app.d: Likewise. + * ld-arm/armthumb-lib.d: Likewise. + * ld-arm/farcall-mixed-app-v5.d: Likewise. + * ld-arm/farcall-mixed-app.d: Likewise. + * ld-arm/farcall-mixed-lib-v4t.d: Likewise. + * ld-arm/farcall-mixed-lib.d: Likewise. + * ld-arm/mixed-app-v5.d: Likewise. + * ld-arm/mixed-app.d: Likewise. + * ld-arm/mixed-lib.d: Likewise. + * ld-arm/tls-app.d: Likewise. + * ld-arm/tls-descrelax-be32.d: Likewise. + * ld-arm/tls-descrelax.d: Likewise. + * ld-arm/tls-descseq.d: Likewise. + * ld-arm/tls-gdesc-got.d: Likewise. + * ld-arm/tls-gdesc.d: Likewise. + * ld-arm/tls-gdierelax.d: Likewise. + * ld-arm/tls-gdierelax2.d: Likewise. + * ld-arm/tls-gdlerelax.d: Likewise. + * ld-arm/tls-lib-loc.d: Likewise. + * ld-arm/tls-lib.d: Likewise. + * ld-arm/tls-thumb1.d: Likewise. + 2012-06-12 H.J. Lu PR ld/14207 diff --git a/ld/testsuite/ld-arm/arm-app-abs32.d b/ld/testsuite/ld-arm/arm-app-abs32.d index dbfc7ede65b..e6c463220de 100644 --- a/ld/testsuite/ld-arm/arm-app-abs32.d +++ b/ld/testsuite/ld-arm/arm-app-abs32.d @@ -1,6 +1,6 @@ tmpdir/arm-app-abs32: file format elf32-(little|big)arm.* -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address .* diff --git a/ld/testsuite/ld-arm/arm-app.d b/ld/testsuite/ld-arm/arm-app.d index 7730e904117..88169af17de 100644 --- a/ld/testsuite/ld-arm/arm-app.d +++ b/ld/testsuite/ld-arm/arm-app.d @@ -1,6 +1,6 @@ tmpdir/arm-app: file format elf32-(little|big)arm -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/arm-lib-plt32.d b/ld/testsuite/ld-arm/arm-lib-plt32.d index 3413dffeb6c..279ea5a49df 100644 --- a/ld/testsuite/ld-arm/arm-lib-plt32.d +++ b/ld/testsuite/ld-arm/arm-lib-plt32.d @@ -1,6 +1,6 @@ tmpdir/arm-lib-plt32.so: file format elf32-(little|big)arm -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/arm-lib.d b/ld/testsuite/ld-arm/arm-lib.d index 75845fb423b..22e21d5936e 100644 --- a/ld/testsuite/ld-arm/arm-lib.d +++ b/ld/testsuite/ld-arm/arm-lib.d @@ -1,6 +1,6 @@ tmpdir/arm-lib.so: file format elf32-(little|big)arm.* -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/arm-static-app.d b/ld/testsuite/ld-arm/arm-static-app.d index de2f7d6f0dc..c08c27ff152 100644 --- a/ld/testsuite/ld-arm/arm-static-app.d +++ b/ld/testsuite/ld-arm/arm-static-app.d @@ -1,6 +1,6 @@ tmpdir/arm-static-app: file format elf32-(little|big)arm.* -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/armthumb-lib.d b/ld/testsuite/ld-arm/armthumb-lib.d index 6486ad55338..dae72ed1555 100644 --- a/ld/testsuite/ld-arm/armthumb-lib.d +++ b/ld/testsuite/ld-arm/armthumb-lib.d @@ -1,6 +1,6 @@ tmpdir/armthumb-lib.so: file format elf32-(little|big)arm -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/farcall-mixed-app-v5.d b/ld/testsuite/ld-arm/farcall-mixed-app-v5.d index ec8312f9c25..781b972780e 100644 --- a/ld/testsuite/ld-arm/farcall-mixed-app-v5.d +++ b/ld/testsuite/ld-arm/farcall-mixed-app-v5.d @@ -1,6 +1,6 @@ tmpdir/farcall-mixed-app-v5: file format elf32-(little|big)arm -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/farcall-mixed-app.d b/ld/testsuite/ld-arm/farcall-mixed-app.d index c7aff3e6c05..b6cc2d0d25c 100644 --- a/ld/testsuite/ld-arm/farcall-mixed-app.d +++ b/ld/testsuite/ld-arm/farcall-mixed-app.d @@ -1,6 +1,6 @@ tmpdir/farcall-mixed-app: file format elf32-(little|big)arm -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d b/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d index feb109dc8a5..3be297bc8d9 100644 --- a/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d +++ b/ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d @@ -1,5 +1,5 @@ tmpdir/farcall-mixed-lib.so: file format elf32-(little|big)arm -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/farcall-mixed-lib.d b/ld/testsuite/ld-arm/farcall-mixed-lib.d index e7cdbc9ed62..05578f47f4c 100644 --- a/ld/testsuite/ld-arm/farcall-mixed-lib.d +++ b/ld/testsuite/ld-arm/farcall-mixed-lib.d @@ -1,5 +1,5 @@ tmpdir/farcall-mixed-lib.so: file format elf32-(little|big)arm -architecture: arm, flags 0x00000150: +architecture: armv5t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/mixed-app-v5.d b/ld/testsuite/ld-arm/mixed-app-v5.d index a30fde47d70..82013f380d8 100644 --- a/ld/testsuite/ld-arm/mixed-app-v5.d +++ b/ld/testsuite/ld-arm/mixed-app-v5.d @@ -1,6 +1,6 @@ tmpdir/mixed-app-v5: file format elf32-(little|big)arm -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/mixed-app.d b/ld/testsuite/ld-arm/mixed-app.d index 592e18a5dff..4de8e57cbe6 100644 --- a/ld/testsuite/ld-arm/mixed-app.d +++ b/ld/testsuite/ld-arm/mixed-app.d @@ -1,6 +1,6 @@ tmpdir/mixed-app: file format elf32-(little|big)arm -architecture: arm, flags 0x00000112: +architecture: armv4t, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/mixed-lib.d b/ld/testsuite/ld-arm/mixed-lib.d index bcd2e41fcd4..d3a9ff966c3 100644 --- a/ld/testsuite/ld-arm/mixed-lib.d +++ b/ld/testsuite/ld-arm/mixed-lib.d @@ -1,6 +1,6 @@ tmpdir/mixed-lib.so: file format elf32-(little|big)arm -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/tls-app.d b/ld/testsuite/ld-arm/tls-app.d index f85d44367b2..a88ca7f8715 100644 --- a/ld/testsuite/ld-arm/tls-app.d +++ b/ld/testsuite/ld-arm/tls-app.d @@ -1,6 +1,6 @@ .*: file format elf32-.*arm.* -architecture: arm, flags 0x00000112: +architecture: armv4, flags 0x00000112: EXEC_P, HAS_SYMS, D_PAGED start address 0x000081c8 diff --git a/ld/testsuite/ld-arm/tls-descrelax-be32.d b/ld/testsuite/ld-arm/tls-descrelax-be32.d index 150e331aefa..c1c7fcdcb78 100644 --- a/ld/testsuite/ld-arm/tls-descrelax-be32.d +++ b/ld/testsuite/ld-arm/tls-descrelax-be32.d @@ -1,5 +1,5 @@ .*: file format elf32-.* -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5te, flags 0x[0-9a-f]+: EXEC_P, HAS_SYMS, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-descrelax.d b/ld/testsuite/ld-arm/tls-descrelax.d index 9b06d6ae98c..97cbe003568 100644 --- a/ld/testsuite/ld-arm/tls-descrelax.d +++ b/ld/testsuite/ld-arm/tls-descrelax.d @@ -1,5 +1,5 @@ .*: file format elf32-.* -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5t, flags 0x[0-9a-f]+: EXEC_P, HAS_SYMS, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-descseq.d b/ld/testsuite/ld-arm/tls-descseq.d index 1a04bb07ef7..d39a891d3d9 100644 --- a/ld/testsuite/ld-arm/tls-descseq.d +++ b/ld/testsuite/ld-arm/tls-descseq.d @@ -1,6 +1,6 @@ tmpdir/tls-lib2inline.so: file format elf32-.*arm -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5t, flags 0x[0-9a-f]+: HAS_SYMS, DYNAMIC, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-gdesc-got.d b/ld/testsuite/ld-arm/tls-gdesc-got.d index ab659362f4b..4d7777a3bac 100644 --- a/ld/testsuite/ld-arm/tls-gdesc-got.d +++ b/ld/testsuite/ld-arm/tls-gdesc-got.d @@ -1,6 +1,6 @@ .*/tls-lib2-got.so: file format elf32-.*arm.* -architecture: arm, flags 0x00000150: +architecture: armv4, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x000082.0 diff --git a/ld/testsuite/ld-arm/tls-gdesc.d b/ld/testsuite/ld-arm/tls-gdesc.d index ce18eacedf3..43ad70667eb 100644 --- a/ld/testsuite/ld-arm/tls-gdesc.d +++ b/ld/testsuite/ld-arm/tls-gdesc.d @@ -1,6 +1,6 @@ tmpdir/tls-lib2.so: file format elf32-.*arm -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv.t, flags 0x[0-9a-f]+: HAS_SYMS, DYNAMIC, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-gdierelax.d b/ld/testsuite/ld-arm/tls-gdierelax.d index 36d22f7c739..bb450ab67b8 100644 --- a/ld/testsuite/ld-arm/tls-gdierelax.d +++ b/ld/testsuite/ld-arm/tls-gdierelax.d @@ -1,6 +1,6 @@ tmpdir/tls-app-rel-ie: file format elf32-.*arm.* -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5t, flags 0x[0-9a-f]+: EXEC_P, HAS_SYMS, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-gdierelax2.d b/ld/testsuite/ld-arm/tls-gdierelax2.d index e9a91dcdd95..3a800944d17 100644 --- a/ld/testsuite/ld-arm/tls-gdierelax2.d +++ b/ld/testsuite/ld-arm/tls-gdierelax2.d @@ -1,6 +1,6 @@ tmpdir/tls-app-rel-ie2: file format elf32-.*arm.* -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5t, flags 0x[0-9a-f]+: HAS_SYMS, DYNAMIC, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-gdlerelax.d b/ld/testsuite/ld-arm/tls-gdlerelax.d index 3499f6950ef..02bddada9c1 100644 --- a/ld/testsuite/ld-arm/tls-gdlerelax.d +++ b/ld/testsuite/ld-arm/tls-gdlerelax.d @@ -1,6 +1,6 @@ tmpdir/tls-app-rel-le: file format elf32-.*arm.* -architecture: arm, flags 0x[0-9a-f]+: +architecture: armv5t, flags 0x[0-9a-f]+: EXEC_P, HAS_SYMS, D_PAGED start address 0x[0-9a-f]+ diff --git a/ld/testsuite/ld-arm/tls-lib-loc.d b/ld/testsuite/ld-arm/tls-lib-loc.d index 2235dcb5c69..8dc4d713066 100644 --- a/ld/testsuite/ld-arm/tls-lib-loc.d +++ b/ld/testsuite/ld-arm/tls-lib-loc.d @@ -1,6 +1,6 @@ .*: file format elf32-.*arm -architecture: arm, flags 0x00000150: +architecture: armv5t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/tls-lib.d b/ld/testsuite/ld-arm/tls-lib.d index 8e99e9c0bd4..a299fbac631 100644 --- a/ld/testsuite/ld-arm/tls-lib.d +++ b/ld/testsuite/ld-arm/tls-lib.d @@ -1,6 +1,6 @@ .*: file format elf32-.*arm.* -architecture: arm, flags 0x00000150: +architecture: armv4, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.* diff --git a/ld/testsuite/ld-arm/tls-thumb1.d b/ld/testsuite/ld-arm/tls-thumb1.d index 808baa8373d..86c59a4f30f 100644 --- a/ld/testsuite/ld-arm/tls-thumb1.d +++ b/ld/testsuite/ld-arm/tls-thumb1.d @@ -1,5 +1,5 @@ .*: file format elf32-.*arm -architecture: arm, flags 0x00000150: +architecture: armv4t, flags 0x00000150: HAS_SYMS, DYNAMIC, D_PAGED start address 0x.*