include/elf/
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 15 Jul 2013 15:07:30 +0000 (15:07 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 15 Jul 2013 15:07:30 +0000 (15:07 +0000)
commitd929bc19b96005d473ca4205725a4b9d218e6ba5
treedc2f65fa83d1486b462dcbda8ef9de124f898de5
parent054e8d9e20cf24e4b4fea6f46f289cf0475746ea
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.
bfd/ChangeLog
bfd/elfxx-mips.c
binutils/ChangeLog
binutils/readelf.c
gdb/ChangeLog
gdb/mips-tdep.c
include/elf/ChangeLog
include/elf/mips.h
This page took 0.044136 seconds and 4 git commands to generate.