diff options
author | Alan Modra <amodra@gmail.com> | 1999-09-13 06:45:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 1999-09-13 06:45:15 +0000 |
commit | 2f66722d5578761036ef07bf98897e2d119dbf10 (patch) | |
tree | e51672933b983048d8a14f08f2bbf7d135fe26e4 /gas/ChangeLog | |
parent | 9169713a19c18ec43b3cf831daecc1aa68361724 (diff) | |
download | gdb-2f66722d5578761036ef07bf98897e2d119dbf10.zip gdb-2f66722d5578761036ef07bf98897e2d119dbf10.tar.gz gdb-2f66722d5578761036ef07bf98897e2d119dbf10.tar.bz2 |
Hackery to handle ix86 "jmp constant" as a pc-relative jump to the given
absolute address.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 41f0dce..a52924a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 1999-09-13 Alan Modra <alan@spri.levels.unisa.edu.au> + * config/tc-i386.c (md_assemble): Handle "jmp/call constant" as a + pc-relative jmp/call to an absolute symbol. + (md_apply_fix3): When OBJ_ELF, don't add the values in twice for + absolute section symbols. + * config/tc-i386.c (md_assemble): Correct frag_var size. Tidy jump handling code and comments. |