diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-07-28 03:33:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-07-28 03:33:32 +0000 |
commit | 0aa529cb6b6141b8c231c99b2692d1bdc628a775 (patch) | |
tree | b33e2fa6c5337d2db691125b7b2715dea1a80490 /gas/ChangeLog | |
parent | 9e449d3e54f7810b6df544cb9fc8277327716834 (diff) | |
download | gdb-0aa529cb6b6141b8c231c99b2692d1bdc628a775.zip gdb-0aa529cb6b6141b8c231c99b2692d1bdc628a775.tar.gz gdb-0aa529cb6b6141b8c231c99b2692d1bdc628a775.tar.bz2 |
Fix GCC warnings.
Abort if code falls off end of md_estimate_size_before_relax().
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 760622e..f7d1e2a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Thu Jul 27 11:25:01 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * config/tc-mn10300.c (md_convert_frag): Fix printfs. + (tc_gen_reloc): Add cast when assigning bfd_abs_symbol to + sym_ptr_ptr + (md_estimate_size_before_relax): Don't fall off end of function. + 2000-07-27 Kazu Hirata <kazu@hxi.com> * config/tc-avr.c: Fix formatting. |