diff options
author | John Gilmore <gnu@cygnus> | 1991-07-25 00:48:28 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-25 00:48:28 +0000 |
commit | 095c7223f3967267e34d98ef3e810ab19337c2ab (patch) | |
tree | 59451728f35463c94404448dad8df2c834946fe7 /include/coff-mips.h | |
parent | ac61496ccd946524bf75229cb67dfa14fc9c8b14 (diff) | |
download | gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.zip gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.tar.gz gdb-095c7223f3967267e34d98ef3e810ab19337c2ab.tar.bz2 |
Update copylefts of all copylefted files to Version 2.
Add header comments to a few files (ieee, oasys) that Steve never
commented. Preparation for gdb-3.98 release.
Diffstat (limited to 'include/coff-mips.h')
-rwxr-xr-x | include/coff-mips.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/coff-mips.h b/include/coff-mips.h index f6099b0..59e4f80 100755 --- a/include/coff-mips.h +++ b/include/coff-mips.h @@ -1,4 +1,6 @@ -/* Rudimentary ECOFF support on MIPS machines. */ +/* Rudimentary ECOFF support on MIPS machines. + This lacks symbol information, normally provided on MIPS Unix systems + in the files <sym.h> and <symconst.h>. */ /********************** FILE HEADER **********************/ |