diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-07 21:10:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-01-07 21:10:54 +0000 |
commit | 0978efa06693a85ec2eb5a21e4fe634688c38006 (patch) | |
tree | 6d5ebf3aae4e0fbe9e793722be9c20400763ea57 /libgloss/ChangeLog | |
parent | 68dea338192334c0b61dec2e910e1584ef08522f (diff) | |
download | newlib-0978efa06693a85ec2eb5a21e4fe634688c38006.zip newlib-0978efa06693a85ec2eb5a21e4fe634688c38006.tar.gz newlib-0978efa06693a85ec2eb5a21e4fe634688c38006.tar.bz2 |
2002-01-07 Chris Demetriou <cgd@broadcom.com>
* crt0.S: Check for definition of __mips64 rather than
checking (__mips < 3).
* pmon.S: Likewise.
* cygmon.c (sysCall): Avoid multi-line string literals.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 4f90893..255cb08 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,10 @@ +2002-01-07 Chris Demetriou <cgd@broadcom.com> + + * crt0.S: Check for definition of __mips64 rather than + checking (__mips < 3). + * pmon.S: Likewise. + * cygmon.c (sysCall): Avoid multi-line string literals. + 2002-11-12 Jeff Johnston <jjohnstn@redhat.com> * mips/Makefile.in: Add cygmon support. |