diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/aarch64.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 043fb67..eafa252 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2014-08-08 Han Shen <shenhan@google.com> + + * aarch64.h (withdrawn): Replaced with R_AARCH64_withdrawn. + 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com> * elfcpp.h (PT_MIPS_ABIFLAGS): New program header type. diff --git a/elfcpp/aarch64.h b/elfcpp/aarch64.h index 4d1898f..52ac3ea 100644 --- a/elfcpp/aarch64.h +++ b/elfcpp/aarch64.h @@ -46,7 +46,7 @@ enum { // Null relocation codes R_AARCH64_NONE = 0, // None - withdrawn = 256, // Treat as R_AARCH64_NONE + R_AARCH64_withdrawn = 256, // Treat as R_AARCH64_NONE // Static relocations R_AARCH64_ABS64 = 257, // S + A |