* gas/mips/branch-misc-2.s: Add branch to symbol in another
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 12 Mar 2003 23:07:22 +0000 (23:07 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 12 Mar 2003 23:07:22 +0000 (23:07 +0000)
section.
* gas/mips/branch-misc-2.l: Update error messages and warnings.

gas/testsuite/ChangeLog
gas/testsuite/gas/mips/branch-misc-2.l
gas/testsuite/gas/mips/branch-misc-2.s

index b4f5dd40530637c82a73c4b6a86ef258f0670140..a8925de01c409c1a3ea70ded1b1794b809182a36 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gas/mips/branch-misc-2.s: Add branch to symbol in another
+       section.
+       * gas/mips/branch-misc-2.l: Update error messages and warnings.
+
 2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
 
        * Reverted previous patch.
index a84068aba3fb41a9214ad346601644777ec29e6b..3ddc97aa22093147d8edc5264232b9ae5595d15b 100644 (file)
@@ -1,9 +1,10 @@
 .*: Assembler messages:
-.*:21: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:22: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:23: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:24: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:25: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:26: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:35: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
-.*:36: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format
+.*:21: Warning: Pretending global symbol used as branch target is local.
+.*:22: Warning: Pretending global symbol used as branch target is local.
+.*:23: Warning: Pretending global symbol used as branch target is local.
+.*:24: Warning: Pretending global symbol used as branch target is local.
+.*:25: Warning: Pretending global symbol used as branch target is local.
+.*:26: Warning: Pretending global symbol used as branch target is local.
+.*:35: Error: Cannot branch to undefined symbol.
+.*:36: Error: Cannot branch to undefined symbol.
+.*:37: Error: Cannot branch to symbol in another section.
index 8022e34022ff294c1b35925a8a20d66e8af2d453..31672893686d2401aa69cde046fd91ec7f8d895b 100644 (file)
@@ -34,6 +34,10 @@ g6:
 
        b       x1
        b       x2
+       b       .Ldata
 
 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
        .space  8
+
+       .data
+.Ldata: