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] MIPS: Define descriptive names for GNU attribute values


On Sat, 13 Jul 2013, Richard Sandiford wrote:

> > 	include/elf/
> > 	* mips.h (Tag_GNU_MIPS_ABI_FP): Remove comment.
> > 	(Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE,
> > 	Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT,
> > 	Val_GNU_MIPS_ABI_FP_64): New enum.
> >
> > 	bfd/
> > 	* elfxx-mips.c (mips_elf_merge_obj_attributes): Replace hardcoded
> > 	magic numbers with enum values.
> >
> > 	binutils/
> > 	* readelf.c (display_mips_gnu_attribute): Replace hardcoded magic
> > 	numbers with enum values.
> >
> > 	gdb/
> > 	* mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
> > 	numbers with enum values.
> 
> OK.  Nice cleanup, thanks.

 Committed now, thanks.

  Maciej


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