diff options
author | Thiemo Seufer <ths@networkno.de> | 2003-06-30 12:44:25 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2003-06-30 12:44:25 +0000 |
commit | 17a2f25124028eb8d770d0682b1fa117c709f0d4 (patch) | |
tree | 80cc48497fb8a1b0f78593af704a4a8f822a8e19 /gas/ChangeLog | |
parent | 6344efa4f29dc63c108252eb91eb73e593792176 (diff) | |
download | gdb-17a2f25124028eb8d770d0682b1fa117c709f0d4.zip gdb-17a2f25124028eb8d770d0682b1fa117c709f0d4.tar.gz gdb-17a2f25124028eb8d770d0682b1fa117c709f0d4.tar.bz2 |
* config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessary
prototypes and casts. Replace PTR with void *. Reformat.
* config/tc-mips.h: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9fcba3d..c14d993 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-06-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessary + prototypes and casts. Replace PTR with void *. Reformat. + * config/tc-mips.h: Likewise. + 2003-06-30 Alan Modra <amodra@bigpond.net.au> * config/tc-ia64.c (note_register_values): Warning fix. |