diff options
author | Alan Modra <amodra@gmail.com> | 2018-09-21 12:46:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-09-22 08:46:20 +0930 |
commit | dfc616fa26e8ee363a6dbf748dd9490896679412 (patch) | |
tree | 89cb9e4253312704521c6e4c8ced77e76dd03b63 /binutils/ChangeLog | |
parent | f24ff6e9b5adc7983c3ad7cf28375eb49921b3ed (diff) | |
download | gdb-dfc616fa26e8ee363a6dbf748dd9490896679412.zip gdb-dfc616fa26e8ee363a6dbf748dd9490896679412.tar.gz gdb-dfc616fa26e8ee363a6dbf748dd9490896679412.tar.bz2 |
Revert part of commit 32ec8896025
echo "__thread char *p;" | gcc -c -g -xc - -o thread.o
With current powerpc64le-linux-gcc has this reloc in .debug_info
0000000000000025 0000000d0000004e R_PPC64_DTPREL64 0000000000000000 p + 8000
That stops me looking at .debug_info.
~/build/gas-virgin/powerpc64le-linux/binutils/readelf -wi thread.o
readelf: Warning: unable to apply unsupported reloc type 78 to section .debug_info
Older readelf continued on after the warning, dumping .debug_info.
* readelf.c (apply_relocations): Don't return FALSE for warnings.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d8e7f49..ce53269 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2018-09-22 Alan Modra <amodra@gmail.com> + + * readelf.c (apply_relocations): Don't return FALSE for warnings. + 2018-09-20 Nelson Chu <nelson.chu1990@gmail.com> * testsuite/binutils-all/objcopy.exp: Set the unsupported reloc number |