aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-05-28 14:20:19 +0000
committerNick Clifton <nickc@redhat.com>2012-05-28 14:20:19 +0000
commit7bfd842d05042bfa697b1ded0c8f9bf3e58171fe (patch)
treec85993ba7425bfecd4c4644402f98e36969b4306 /binutils/ChangeLog
parente54e67a9e9744fbc370157d6ccd7f90859026ed3 (diff)
downloadgdb-7bfd842d05042bfa697b1ded0c8f9bf3e58171fe.zip
gdb-7bfd842d05042bfa697b1ded0c8f9bf3e58171fe.tar.gz
gdb-7bfd842d05042bfa697b1ded0c8f9bf3e58171fe.tar.bz2
* read.c (read_symbol_name): New function. Reads a symbol names.
Allows escape codes in names. (s_comm_internal): Use read_symbol_name. (s_globl, s_lsym, s_set, s_weakref): Likewise. * doc/as.texinfo: Document support for multibyte characters in symbol names. * gas/elf/syms.s: New test - checks the generation of multibyte symbol names. * gas/elf/syms.d: New file - expected readelf output. * gas/elf/elf.exp: Add syms. * readelf.c (print_symbol): Display multibyte characters in symbol names. (process_section_headers): Use print_symbol. * ld-ifunc/ifunc-13a-i386.s: Fix use of .global directive. * ld-ifunc/ifunc-15a-i385.s: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index c19e45c..2d2bc08 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-28 Nick Clifton <nickc@redhat.com>
+
+ * readelf.c (print_symbol): Display multibyte characters in symbol
+ names.
+ (process_section_headers): Use print_symbol.
+
2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
* aclocal.m4: Regenerate.