diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-23 04:48:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-23 04:48:21 +0000 |
commit | ee7fcc42b119854f718a2a11e086203c3542a6eb (patch) | |
tree | fa4922347f751abb91024c6c88b50d4152b88c28 /gas/ChangeLog | |
parent | b08dff7bbef92725d8cf96b9b7e0b2fb8bc6357a (diff) | |
download | gdb-ee7fcc42b119854f718a2a11e086203c3542a6eb.zip gdb-ee7fcc42b119854f718a2a11e086203c3542a6eb.tar.gz gdb-ee7fcc42b119854f718a2a11e086203c3542a6eb.tar.bz2 |
Pass jump reloc in fr_var so it can be used in
md_estimate_size_before_relax, replacing old kludge.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ddcb37a..3e9aad7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2000-05-23 Alan Modra <alan@linuxcare.com.au> + + * config/tc-i386.c (md_assemble): Pass jump reloc in fr_var... + (md_estimate_size_before_relax): so we can use it here instead of + old kludges. Localise vars to blocks. Comment. + + * frags.c (frag_new): Update fr_var comments. + * frags.h (struct frag): Ditto. + 2000-05-22 Richard Henderson <rth@cygnus.com> * config/tc-ia64.c (FUNC_PC_RELATIVE): New. |