This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] S/390: Define LOCAL_LABEL_PREFIX


Hi Andreas,

--- gas/obj-elf.h 04 Jul 2007 11:53:27 +0200 1.33
+++ gas/obj-elf.h 15 Jan 2009 11:26:33 +0100
@@ -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))

Approved - but - you will need to update some of the MIPS gas tests in order to cope with the slightly changed output. (eg mips16-e.d). The good news though is that it appears that only MIPS test results are affected by the change.


Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]