diff options
author | Paul Brook <paul@codesourcery.com> | 2006-09-01 21:55:12 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-09-01 21:55:12 +0000 |
commit | 1c64150f1e38d5b8198339c48f1b0dedb4318e79 (patch) | |
tree | a340aead47960d0a3e45a6a626efe86450e85373 | |
parent | 7097c404c3b5137f5445df1d9ad5ae920f368f73 (diff) | |
download | fsf-binutils-gdb-1c64150f1e38d5b8198339c48f1b0dedb4318e79.zip fsf-binutils-gdb-1c64150f1e38d5b8198339c48f1b0dedb4318e79.tar.gz fsf-binutils-gdb-1c64150f1e38d5b8198339c48f1b0dedb4318e79.tar.bz2 |
2006-09-01 Paul Brook <paul@codesourcery.com>
libgloss/
* arm/Makefile.in: Reduce rdi/rdp ram size to avoid overflow.
-rw-r--r-- | ChangeLog.csl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index b91f800..c4dca3b 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2006-09-01 Paul Brook <paul@codesourcery.com> + + libgloss/ + * arm/Makefile.in: Reduce rdi/rdp ram size to avoid overflow. + 2006-09-01 Nathan Sidwell <nathan@codesourcery.com> libgloss/ |