[PATCH] S/390: Define LOCAL_LABEL_PREFIX
Nick Clifton
nickc@redhat.com
Thu Jan 22 07:38:00 GMT 2009
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
More information about the Binutils
mailing list