diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-10-12 19:00:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-10-12 19:00:30 +0000 |
commit | 3cef71791839860d05c8c4246c4e1ce2520b44ca (patch) | |
tree | fed8610f762e9bf605348536bed9c2ef922e4935 /gold/ChangeLog | |
parent | 93c17e06d2bbc70353ed0e8df3456f4cb35346f8 (diff) | |
download | gdb-3cef71791839860d05c8c4246c4e1ce2520b44ca.zip gdb-3cef71791839860d05c8c4246c4e1ce2520b44ca.tar.gz gdb-3cef71791839860d05c8c4246c4e1ce2520b44ca.tar.bz2 |
* arm.cc (Target_arm::Scan::local): Report the unsupported reloc
error for the deprecated relocations.
(Target_arm::Scan::global): Likewise.
(Target_arm::Relocate::relocate): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 88bc150..98581f6 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com> + + * arm.cc (Target_arm::Scan::local): Report the unsupported reloc + error for the deprecated relocations. + (Target_arm::Scan::global): Likewise. + (Target_arm::Relocate::relocate): Likewise. + 2010-10-12 Richard Sandiford <richard.sandiford@linaro.org> * fileread.cc (Input_file::find_file): Initialize *found_name |