aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-04-30 15:57:41 +0100
committerNick Clifton <nickc@redhat.com>2015-04-30 15:57:41 +0100
commit153a27763ccc9979fdb5f342e21eb1666c8f117b (patch)
treea8527ca767cce41501cb074adc94703df6cdd05d /binutils/dwarf.c
parent914082d11b5de9509491615cce448ce937e91515 (diff)
downloadgdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.zip
gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.gz
gdb-153a27763ccc9979fdb5f342e21eb1666c8f117b.tar.bz2
Fix handling of relocs for the MeP target.
bfd PR 18317 * elf32-mep.c (MEPREL): Use bfd_elf_generic_reloc instead of mep_reloc. (mep_reloc): Delete unused function. bin * readelf.c (get_machine_flags): Add description of MeP flags. tests * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index 5884140..e1ed1fa 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -2006,6 +2006,8 @@ read_and_display_attr_value (unsigned long attribute,
case DW_ATE_HP_floathpintel: printf ("(HP_floathpintel)"); break;
case DW_ATE_HP_imaginary_float80: printf ("(HP_imaginary_float80)"); break;
case DW_ATE_HP_imaginary_float128: printf ("(HP_imaginary_float128)"); break;
+ /* DWARF 4 values: */
+ case DW_ATE_UTF: printf ("(unicode string)"); break;
default:
if (uvalue >= DW_ATE_lo_user