diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-12 23:14:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-12 23:14:24 +0000 |
commit | 2d210c7fd118818417ab0f5205fd7b0b16cf6d0e (patch) | |
tree | 9ec3cb4aaeeee39e380b90236cd66e058a296937 /libgloss/mips/pmon.S | |
parent | 944772c70a9e76c4f77c9b17593b433fd46558af (diff) | |
download | cygnal-2d210c7fd118818417ab0f5205fd7b0b16cf6d0e.tar.gz cygnal-2d210c7fd118818417ab0f5205fd7b0b16cf6d0e.tar.bz2 cygnal-2d210c7fd118818417ab0f5205fd7b0b16cf6d0e.zip |
2002-11-12 Jeff Johnston <jjohnstn@redhat.com>
* mips/Makefile.in: Add cygmon support.
* mips/configure.in: Ditto.
* mips/configure: Regenerated.
* mips/crt0_cygmon.S: New file.
* mips/cygmon.c: Ditto.
* mips/pmon.S: Minor formatting and copyright changes.
* mips/crt0.S: Ditto.
Diffstat (limited to 'libgloss/mips/pmon.S')
-rw-r--r-- | libgloss/mips/pmon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mips/pmon.S b/libgloss/mips/pmon.S index a4496c9e7..901a7a8d0 100644 --- a/libgloss/mips/pmon.S +++ b/libgloss/mips/pmon.S @@ -1,7 +1,7 @@ /* * pmon.S -- low-level entry points into PMON monitor. * - * Copyright (c) 1996, 1997 Cygnus Support + * Copyright (c) 1996, 1997, 2002 Cygnus Support * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided |