diff options
author | Michael Eager <eager@eagercon.com> | 2012-10-31 15:27:37 +0000 |
---|---|---|
committer | Michael Eager <eager@eagercon.com> | 2012-10-31 15:27:37 +0000 |
commit | 28ad2e2dc94bf73896eda64f0084c1395219673a (patch) | |
tree | 86d30aa1d882b4fb9b2fd1310001344e7d91660f /gas/ChangeLog | |
parent | c66fb220b1717fae73f32362c71194e244bf71a7 (diff) | |
download | gdb-28ad2e2dc94bf73896eda64f0084c1395219673a.zip gdb-28ad2e2dc94bf73896eda64f0084c1395219673a.tar.gz gdb-28ad2e2dc94bf73896eda64f0084c1395219673a.tar.bz2 |
2012-10-31 David Holsgrove <david.holsgrove@xilinx.com>
* config/tc-microblaze.c: Check for weak symbols before
emitting relocation.
2012-10-31 David Holsgrove <david.holsgrove@xilinx.com>
* gas/microblaze: New.
* gas/microblaze/reloc_sym.exp: Add test case.
* gas/microblaze/reloc_strongsym.s: Likewise.
* gas/microblaze/reloc_weaksym.s: Likewise.
* gas/microblaze/reloc_sym.d: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 81759bd..ca46fe7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2012-10-31 David Holsgrove <david.holsgrove@xilinx.com> + + * config/tc-microblaze.c: Check for weak symbols before + emitting relocation. + 2012-10-29 Alan Modra <amodra@gmail.com> * sb.c (sb_check): Use __builtin_clzll when size_t is not the |