]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gas/testsuite/
authorAlan Modra <amodra@gmail.com>
Tue, 22 Mar 2005 14:29:09 +0000 (14:29 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 22 Mar 2005 14:29:09 +0000 (14:29 +0000)
* gas/elf/section5.s: Don't start directives in first column.
ld/testsuite/
* ld-elf/tbss.s: Don't start directives in first column.
* ld-scripts/weak1.s: Likewise.
* ld-scripts/weak2.s: Likewise.
* ld-undefined/weak-undef.s: Likewise.
* ld-undefined/undefined.exp: Enable tests for hppa-elf.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/section5.s
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/tbss.s
ld/testsuite/ld-scripts/weak1.s
ld/testsuite/ld-scripts/weak2.s
ld/testsuite/ld-undefined/undefined.exp
ld/testsuite/ld-undefined/weak-undef.s

index ac98f45366a76f892f7a23ea3151a5a3e961f40d..68f166783cb41a97310180386c4949e5662e9f07 100644 (file)
@@ -1,15 +1,19 @@
+2005-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * gas/elf/section5.s: Don't start directives in first column.
+
 2005-03-14  Eric Christopher  <echristo@redhat.com>
 
-        * gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
-        * gas/cfi/cfi.exp: Run it.
-        * gas/cfi/cfi-common-1.d: Update.
-        * gas/cfi/cfi-common-2.d: Ditto.
-        * gas/cfi/cfi-common-3.d: Ditto.
-        * gas/cfi/cfi-common-4.d: Ditto.
+       * gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
+       * gas/cfi/cfi.exp: Run it.
+       * gas/cfi/cfi-common-1.d: Update.
+       * gas/cfi/cfi-common-2.d: Ditto.
+       * gas/cfi/cfi-common-3.d: Ditto.
+       * gas/cfi/cfi-common-4.d: Ditto.
 
 2005-03-10  Aldy Hernandez  <aldyh@redhat.com>
 
-        * gas/ppc/e500.d: Fix encoding of efscfd.
+       * gas/ppc/e500.d: Fix encoding of efscfd.
 
 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
 
 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
 
        * gas/arc/extensions.s: Add tests for extcoreregister
-       * gas/arc/extensions.d: Likewise.  
+       * gas/arc/extensions.d: Likewise.
        * gas/arc/warn.s: Warnings for readonly core registers
        accessed .
        * gas/arc/warn.d:Likewise.
 
 2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
 
-       * gas/arc/ld.s:Add checks for short immediates with ld
-       * gas/arc/ld.d:Likewise. 
+       * gas/arc/ld.s: Add checks for short immediates with ld.
+       * gas/arc/ld.d: Likewise.
 
 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
index c5e6c7ace574e82c6b77e788242b6761844c4d03..3a133cd0a27ae4f94e708fdf80eac3509d997656 100644 (file)
@@ -1,24 +1,24 @@
-.section       .test0
-.section       .test1, "", %progbits
-.section       .test2
-.section       .test3, "aw"
-.section       .test4, "aw", %nobits
+       .section        .test0
+       .section        .test1, "", %progbits
+       .section        .test2
+       .section        .test3, "aw"
+       .section        .test4, "aw", %nobits
 
-.section       .test1, "aw", %nobits
+       .section        .test1, "aw", %nobits
 test1: .long   test1
 
-.section       .test2, "w"
+       .section        .test2, "w"
 test2: .long   test2
 
-.section       .test3, "aw", %progbits
+       .section        .test3, "aw", %progbits
 test3: .long   test3
 
-.section       .test4, "aw"
+       .section        .test4, "aw"
 
-.section       .data, "a"
+       .section        .data, "a"
 
-.section       .bss, "a"
+       .section        .bss, "a"
 
-.section       .data, "aw", %nobits
+       .section        .data, "aw", %nobits
 
-.section       .bss, "aw", %progbits
+       .section        .bss, "aw", %progbits
index 99769c98f5eb203da963253dc898901b9a52c406..04f2d450229fb027545bccf5ba9b00c8b962fb27 100644 (file)
@@ -1,3 +1,11 @@
+2005-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld-elf/tbss.s: Don't start directives in first column.
+       * ld-scripts/weak1.s: Likewise.
+       * ld-scripts/weak2.s: Likewise.
+       * ld-undefined/weak-undef.s: Likewise.
+       * ld-undefined/undefined.exp: Enable tests for hppa-elf.
+
 2005-03-16  David Heine  <dlheine@tensilica.com>
            Bob Wilson  <bob.wilson@acm.org>
 
index 37246bbd0b6a129a51656df4e3ac1fd109dfe458..cc43340da23655fa5ab29c8876680492079a824b 100644 (file)
@@ -1,12 +1,12 @@
        .file   "x.c"
-.globl bss
+       .globl bss
        .section        .bss,"aw",%nobits
        .p2align 12
        .type   bss,%object
        .size   bss,4096
 bss:
        .zero   4096
-.globl tbss
+       .globl tbss
        .section        .tbss,"awT",%nobits
        .p2align 12
        .type   tbss,%object
index 046fbe1fa465fea840b970ee4c55de6d0da36f65..26bffbd608e8197c26ab2919281e2b1b9c216a13 100644 (file)
@@ -1,4 +1,4 @@
-.data
+       .data
        .global foo1
        .global sym1
        .weak   sym2
index 04edff5e54138c648b2edfc3eff224e6b0caaa7e..963b2297fca69cca6a24889a08489c1d790109fd 100644 (file)
@@ -1,4 +1,4 @@
-.data
+       .data
        .global foo2
        .weak   sym1
        .global sym2
index 92393222ebfe122716cd7d980c59655453a44b92..4d6b6243a130ed970deebfdd4f5b0a14d14c771a 100644 (file)
@@ -69,19 +69,10 @@ checkund $mu $testund
 #setup_xfail "arm*-*-pe*"
 #setup_xfail "thumb*-*-pe*"
 
-# Just doesn't work for PA ELF.  No clue why.
-setup_xfail "hppa*-*-*elf*"
-
 set mf "tmpdir/undefined.o* In function `function':"
 checkund $mf $testfn
 
-if [is_elf_format] {
-    
-    # Just doesn't work for PA ELF.  No clue why.
-    setup_xfail "hppa*-*-*"
-    
-} else {
-
+if ![is_elf_format] {
     # COFF SH gets this test wrong--it reports line 10, because although
     # the jump is at line 9, the function address, and the reloc, is
     # stored at the end of the function.
index 386a311f2b7dc6598814e8bb952ce127f4cbd3b5..dbdbaa22ad78ae7206369b1da51294c438e33659 100644 (file)
@@ -1,4 +1,4 @@
-.data
-.weak foo
-.long foo
-.long 0x11111111
+       .data
+       .weak foo
+       .long foo
+       .long 0x11111111