Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/binutils Make readelf know what ...
details: https://anonhg.NetBSD.org/src/rev/95773047ba6f
branches: trunk
changeset: 327856:95773047ba6f
user: matt <matt%NetBSD.org@localhost>
date: Tue Mar 18 23:41:02 2014 +0000
description:
Make readelf know what the vax pcrel32 reloc number is.
diffstat:
external/gpl3/binutils/dist/binutils/readelf.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 146813b2ed18 -r 95773047ba6f external/gpl3/binutils/dist/binutils/readelf.c
--- a/external/gpl3/binutils/dist/binutils/readelf.c Tue Mar 18 22:28:42 2014 +0000
+++ b/external/gpl3/binutils/dist/binutils/readelf.c Tue Mar 18 23:41:02 2014 +0000
@@ -10020,6 +10020,8 @@
case EM_L1OM:
case EM_K1OM:
return reloc_type == 2; /* R_X86_64_PC32. */
+ case EM_VAX:
+ return reloc_type == 4; /* R_VAX_PCREL32. */
case EM_XTENSA_OLD:
case EM_XTENSA:
return reloc_type == 14; /* R_XTENSA_32_PCREL. */
Home |
Main Index |
Thread Index |
Old Index