mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
4ae80ffc55
The previous commit breaks the GDB build, which is still using functions cplus_demangle_opname & co. Since removing these usages is not an obvious fix, let's revert this patch until we get rid of them.
37 lines
955 B
Plaintext
37 lines
955 B
Plaintext
2018-12-25 Yoshinori Sato <ysato@users.sourceforge.jp>
|
||
* readelf.c (get_machine_flags): Add RXv3 output.
|
||
|
||
2019-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 24005
|
||
* objdump.c (load_specific_debug_section): Check for integer
|
||
overflow before attempting to allocate contents.
|
||
|
||
2019-01-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR 24001
|
||
* objcopy.c (copy_object): Free dhandle after writing out the
|
||
debug information.
|
||
* objdump.c (dump_bfd): Free dhandle after printing out the debug
|
||
information.
|
||
|
||
|
||
2019-01-01 Alan Modra <amodra@gmail.com>
|
||
|
||
Update year range in copyright notice of all files.
|
||
|
||
For older changes see ChangeLog-2018
|
||
|
||
Copyright (C) 2019 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|