diff options
author | Michael Matz <matz@suse.de> | 2005-05-10 15:10:08 +0000 |
---|---|---|
committer | Michael Matz <matz@suse.de> | 2005-05-10 15:10:08 +0000 |
commit | ee1923668e008fbe81cd81b3213f81eb097cfccf (patch) | |
tree | d3f196451c3374ac19e8ff3b0b1e578152c97558 /gas/ChangeLog | |
parent | b0ded00b3ffade930e4617b01d5c8241e3f404da (diff) | |
download | gdb-ee1923668e008fbe81cd81b3213f81eb097cfccf.zip gdb-ee1923668e008fbe81cd81b3213f81eb097cfccf.tar.gz gdb-ee1923668e008fbe81cd81b3213f81eb097cfccf.tar.bz2 |
gas/
* frags.c (frag_grow): Don't be too greedy in allocating memory.
* config/tc-hppa.c (pa_block): Check arguments to .block[z].
gas/testsuite/
* gas/hppa/parse/block1.s: Use official limit (0x3fffffff) for
.block.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4133598..86228db 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2005-05-10 Michael Matz <matz@suse.de> + + * frags.c (frag_grow): Don't be too greedy in allocating memory. + + * config/tc-hppa.c (pa_block): Check arguments to .block[z]. + 2005-05-10 Hans-Peter Nilsson <hp@bitrange.com> PR binutils/886 @@ -23,8 +29,8 @@ 2005-05-09 Jan Beulich <jbeulich@novell.com> - * config/tc-i386.c (optimize_disp): Discard displacement entirely when zero and - not required by encoding constraints. + * config/tc-i386.c (optimize_disp): Discard displacement entirely + when zero and not required by encoding constraints. 2005-05-09 H.J. Lu <hongjiu.lu@intel.com> |