]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-05-02 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 2 May 2003 18:38:49 +0000 (18:38 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 2 May 2003 18:38:49 +0000 (18:38 +0000)
* write.h (FAKE_LABEL_NAME): Allow override
(for targets that like eg. a leading dot in a local label).

gas/ChangeLog
gas/write.h

index 33db4184dd5d12833375fad02a9d23a8c0d94588..1e89c9faf46c762116d2e3cce3d6ea6cd769daaa 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-02  Michael Snyder  <msnyder@redhat.com>
+
+       * write.h (FAKE_LABEL_NAME): Allow override 
+       (for targets that like eg. a leading dot in a local label).
+
 2003-05-02  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the
index 962ccd0fb10bc939c6ff53fbdafcafe406cec846..8a1c860444edff17c92c7e0a4e13059e35f90e29 100644 (file)
@@ -40,7 +40,9 @@
 
 /* This is the name of a fake symbol which will never appear in the
    assembler output.  S_IS_LOCAL detects it because of the \001.  */
+#ifndef FAKE_LABEL_NAME
 #define FAKE_LABEL_NAME "L0\001"
+#endif
 
 #include "bit_fix.h"