diff options
author | Alan Modra <amodra@gmail.com> | 2007-03-26 23:56:40 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-03-26 23:56:40 +0000 |
commit | 88948ad083c40a333392ceadd735e67c6055a9e0 (patch) | |
tree | a49d3f6aabefc49c6b41e3e2b346040fde83b21f /binutils/ChangeLog | |
parent | d4d2b80b9fea8d6cd5b4bd89d4ade3d38c87e89a (diff) | |
download | gdb-88948ad083c40a333392ceadd735e67c6055a9e0.zip gdb-88948ad083c40a333392ceadd735e67c6055a9e0.tar.gz gdb-88948ad083c40a333392ceadd735e67c6055a9e0.tar.bz2 |
* embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten
.toe section and .toe address checks. Use .reloc for _EAR*
symbols defined in non-BSS sections. Build table for _SPUEAR_
symbols.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 076965b..bb5790b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2007-03-27 Alan Modra <amodra@bigpond.net.au> + + * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns. Tighten + .toe section and .toe address checks. Use .reloc for _EAR* + symbols defined in non-BSS sections. Build table for _SPUEAR_ + symbols. + 2007-03-23 Kaz Kojima <kkojima@rr.iij4u.or.jp> PR gas/3811 |