Tue Aug 29 13:20:27 1995 steve chamberlain <sac@slash.cygnus.com>
authorSteve Chamberlain <sac@cygnus>
Tue, 29 Aug 1995 20:28:15 +0000 (20:28 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 29 Aug 1995 20:28:15 +0000 (20:28 +0000)
* read.c (potable): Rva is new entry.
(cons_worker): New, split from cons.  Handles rva.
(cons, s_rva): Call cons_worker.
* read.h (s_rva): New declaration.
* write.c (fixup_segment): Don't throw away rva relocs.
* config/tc-arm.c (md_apply_fix, tc_gen_reloc): Handle RVA.
* config/tc-i386.c (tc_coff_fix2type): Handle RVA.
* config/tc-i386.h (TC_COUNT_RELOC): Remember RVAs.
(TC_RVA_RELOC): New definition.

gas/ChangeLog

index 2f5fa6dfaeda9cb2bb49d592af8f9dfff57186f6..989f601b1cff29f05b387d66aaaece38b8c1059f 100644 (file)
@@ -1,3 +1,15 @@
+Tue Aug 29 13:20:27 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * read.c (potable): Rva is new entry.
+       (cons_worker): New, split from cons.  Handles rva.
+       (cons, s_rva): Call cons_worker.
+       * read.h (s_rva): New declaration.
+       * write.c (fixup_segment): Don't throw away rva relocs.
+       * config/tc-arm.c (md_apply_fix, tc_gen_reloc): Handle RVA.
+       * config/tc-i386.c (tc_coff_fix2type): Handle RVA.
+       * config/tc-i386.h (TC_COUNT_RELOC): Remember RVAs.
+       (TC_RVA_RELOC): New definition.
+
 Sun Aug 27 17:41:05 1995  Doug Evans  <dje@canuck.cygnus.com>
 
        * config/tc-arm.c (do_swi): Allow optional leading '#'.
This page took 0.028656 seconds and 4 git commands to generate.