diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-28 22:49:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-28 22:49:45 +0000 |
commit | 3c071b9f4e86281ee21965200855c176a729992c (patch) | |
tree | 082a8739d3044f1945527766b903e5de14c79059 /gas | |
parent | 506f2bb4a96044887818ed465ebe8b0e0f10b44b (diff) | |
download | gdb-3c071b9f4e86281ee21965200855c176a729992c.zip gdb-3c071b9f4e86281ee21965200855c176a729992c.tar.gz gdb-3c071b9f4e86281ee21965200855c176a729992c.tar.bz2 |
* config/tc-hppa.c: Remove nested comment.
(tc_gen_reloc): Move label done inside the ifdef in which it is
used.
(md_apply_fix): Pass pointers to correct types to libhppa.h
functions. Always return a value.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d2d1a05..d83db77 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Thu Mar 28 15:27:47 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-hppa.c: Remove nested comment. + (tc_gen_reloc): Move label done inside the ifdef in which it is + used. + (md_apply_fix): Pass pointers to correct types to libhppa.h + functions. Always return a value. + * config/tc-mips.h (tc_frob_file): Define. (mips_frob_file): Declare. * config/tc-mips.c (struct mips_hi_fixup): Define. |