* Add support for marker type relocations. These mark areas
authorJeff Law <law@redhat.com>
Tue, 2 Nov 1993 06:31:36 +0000 (06:31 +0000)
committerJeff Law <law@redhat.com>
Tue, 2 Nov 1993 06:31:36 +0000 (06:31 +0000)
commitc43d56f78c395ea7d612ecdf2fc2bd05a2e961c9
tree00b8fa2d603a249ca3a4ad6b0ccdbb062a641643
parent009dc5e1e51a2770064f1072334900c5b995b0df
* Add support for marker type relocations.  These mark areas
of interest to the linker.  ENTRY/EXIT relocations for SOM are
an example of marker relocations.
* write.c (write_relocs): Instead of assuming size of a relocation
is 4 bytes, pick up the size from relocation itself.
(fixup_segment): Do not complain that a value is too small for
marker relocations.
gas/ChangeLog
gas/write.c