* config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Jan 2009 14:45:48 +0000 (14:45 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Jan 2009 14:45:48 +0000 (14:45 +0000)
* config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.

testsuite/:
* gas/mips/mips16-e.d: Adjust for change in LOCAL_LABEL_PREFIX.
* gas/mips/mipsel16-e.d: Likewise.
* gas/mips/tmips16-e.d: Likewise.
* gas/mips/tmipsel16-e.d: Likewise.

gas/ChangeLog
gas/config/obj-elf.h
gas/config/tc-s390.h
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips16-e.d
gas/testsuite/gas/mips/mipsel16-e.d
gas/testsuite/gas/mips/tmips16-e.d
gas/testsuite/gas/mips/tmipsel16-e.d

index 6525893e681c9c3887411a5531e1b64fc4a88efa..e9b4dba79c892647989e31bf8739af6273cbc22a 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-23  Andreas Schwab  <schwab@suse.de>
+
+       * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
+       * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
+
 2009-01-19  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
index 95db3552d6bb13993056ace2bedafb23762e7580..e9a28c1c0603c66e9fb73e77a5669e055f74059d 100644 (file)
@@ -98,6 +98,10 @@ struct elf_obj_sy
 #endif
 extern void elf_begin (void);
 
+#ifndef LOCAL_LABEL_PREFIX
+#define LOCAL_LABEL_PREFIX '.'
+#endif
+
 /* should be conditional on address size! */
 #define elf_symbol(asymbol) ((elf_symbol_type *) (&(asymbol)->the_bfd))
 
index 7ac135c761b322bb89cfeb8092472f4c98abeacc..163640005dff19c3e985218fc163f3a943a3fce3 100644 (file)
@@ -51,8 +51,6 @@ extern const char *s390_target_format (void);
 /* Whether or not the target is big endian */
 extern int target_big_endian;
 
-#define LOCAL_LABEL_PREFIX '.'
-
 /* Permit temporary numeric labels.  */
 #define LOCAL_LABELS_FB 1
 
index fca8c1c33cbf4ee0ed2fbefa95cc79cc0494afa4..5e2bcd23b8fe03807bb036c81801814b23188f30 100644 (file)
@@ -1,3 +1,10 @@
+2009-01-23  Andreas Schwab  <schwab@suse.de>
+
+       * gas/mips/mips16-e.d: Adjust for change in LOCAL_LABEL_PREFIX.
+       * gas/mips/mipsel16-e.d: Likewise.
+       * gas/mips/tmips16-e.d: Likewise.
+       * gas/mips/tmipsel16-e.d: Likewise.
+
 2009-01-19  Nick Clifton  <nickc@redhat.com>
 
        * lib/gas-defs.exp (run_list_test): Fix typo in comment.
index 553a6b36ac79fb949eed9383aa828db8dde8e57a..b8134dcdf5094ba4ae63386e3cff6d94c0080861 100644 (file)
@@ -14,7 +14,7 @@ SYMBOL TABLE:
 0+0000000 l    d  \.reginfo    0+0000000 (|\.reginfo)
 0+0000000 l    d  \.(mdebug|pdr)       0+0000000 (|\.mdebug|\.pdr)
 0+0000002 l       \.text       0+0000000 0xf0 l1
-0+0000004 l       \.text       0+0000000 0xf0 L1.1
+0+0000004 l       \.text       0+0000000 0xf0 \.L1.1
 0+0000000         \*UND\*      0+0000000 g1
 
 
@@ -22,8 +22,8 @@ RELOCATION RECORDS FOR \[foo\]:
 OFFSET [ ]+ TYPE              VALUE 
 0+0000000 R_MIPS_32         l1
 0+0000004 R_MIPS_32         l1
-0+0000008 R_MIPS_32         L1.1
-0+000000c R_MIPS_32         L1.1
+0+0000008 R_MIPS_32         \.L1.1
+0+000000c R_MIPS_32         \.L1.1
 0+0000010 R_MIPS_32         g1
 0+0000014 R_MIPS_32         g1
 
index 2e20a1a196b4c2483d4bcc7038240046aeece060..be84fe388826ad12ae5544285f0a3ae677393544 100644 (file)
@@ -15,7 +15,7 @@ SYMBOL TABLE:
 0+0000000 l    d  \.reginfo    0+0000000 (|\.reginfo)
 0+0000000 l    d  \.(mdebug|pdr)       0+0000000 (|\.mdebug|\.pdr)
 0+0000002 l       \.text       0+0000000 0xf0 l1
-0+0000004 l       \.text       0+0000000 0xf0 L1.1
+0+0000004 l       \.text       0+0000000 0xf0 \.L1.1
 0+0000000         \*UND\*      0+0000000 g1
 
 
@@ -23,8 +23,8 @@ RELOCATION RECORDS FOR \[foo\]:
 OFFSET [ ]+ TYPE              VALUE 
 0+0000000 R_MIPS_32         l1
 0+0000004 R_MIPS_32         l1
-0+0000008 R_MIPS_32         L1.1
-0+000000c R_MIPS_32         L1.1
+0+0000008 R_MIPS_32         \.L1.1
+0+000000c R_MIPS_32         \.L1.1
 0+0000010 R_MIPS_32         g1
 0+0000014 R_MIPS_32         g1
 
index b03c6bb4f04b6465d9eb2dcd1bfd9629e2eb33c9..a610dc707fb980858158479e54a191c0b0951b9a 100644 (file)
@@ -12,7 +12,7 @@ SYMBOL TABLE:
 0+0000000 l    d  \.data       0+0000000 (|\.data)
 0+0000000 l    d  \.bss        0+0000000 (|\.bss)
 0+0000002 l       \.text       0+0000000 0xf0 l1
-0+0000004 l       \.text       0+0000000 0xf0 L1.1
+0+0000004 l       \.text       0+0000000 0xf0 \.L1.1
 0+0000000 l    d  foo  0+0000000 (|foo)
 0+0000000 l    d  \.reginfo    0+0000000 (|\.reginfo)
 0+0000000 l    d  \.(mdebug|pdr)       0+0000000 (|\.mdebug|\.pdr)
@@ -23,8 +23,8 @@ RELOCATION RECORDS FOR \[foo\]:
 OFFSET [ ]+ TYPE              VALUE 
 0+0000000 R_MIPS_32         l1
 0+0000004 R_MIPS_32         l1
-0+0000008 R_MIPS_32         L1.1
-0+000000c R_MIPS_32         L1.1
+0+0000008 R_MIPS_32         \.L1.1
+0+000000c R_MIPS_32         \.L1.1
 0+0000010 R_MIPS_32         g1
 0+0000014 R_MIPS_32         g1
 
index 089b27ea559b523804162c785070207ce6bbceb5..ecaa8bd1b4858b5c3a70ceb43a390cc62a43b6d1 100644 (file)
@@ -12,7 +12,7 @@ SYMBOL TABLE:
 0+0000000 l    d  \.data       0+0000000 (|\.data)
 0+0000000 l    d  \.bss        0+0000000 (|\.bss)
 0+0000002 l       \.text       0+0000000 0xf0 l1
-0+0000004 l       \.text       0+0000000 0xf0 L1.1
+0+0000004 l       \.text       0+0000000 0xf0 \.L1.1
 0+0000000 l    d  foo  0+0000000 (|foo)
 0+0000000 l    d  \.reginfo    0+0000000 (|\.reginfo)
 0+0000000 l    d  \.(mdebug|pdr)       0+0000000 (|\.mdebug|\.pdr)
@@ -23,8 +23,8 @@ RELOCATION RECORDS FOR \[foo\]:
 OFFSET [ ]+ TYPE              VALUE 
 0+0000000 R_MIPS_32         l1
 0+0000004 R_MIPS_32         l1
-0+0000008 R_MIPS_32         L1.1
-0+000000c R_MIPS_32         L1.1
+0+0000008 R_MIPS_32         \.L1.1
+0+000000c R_MIPS_32         \.L1.1
 0+0000010 R_MIPS_32         g1
 0+0000014 R_MIPS_32         g1
 
This page took 0.029294 seconds and 4 git commands to generate.