2000-08-22 Eric Christopher <echristo@cygnus.com>
authorEric Christopher <echristo@gmail.com>
Tue, 22 Aug 2000 01:20:41 +0000 (01:20 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 22 Aug 2000 01:20:41 +0000 (01:20 +0000)
commit58a77e418b6999bee8e5e54e5483d24536bb93c0
tree6cdd7c1cc691efcf1798178c6841ff38f1777772
parent7a9af8c4a0fdb228854799a8b96eef29932a2004
2000-08-22  Eric Christopher  <echristo@cygnus.com>

* config/tc-mn10300.c: (md_apply_fix): New function.
(mn10300_force_relocation): New function.
(mn10300_fix_adjustable): New function.

* config/tc-mn10300.h: (TC_FORCE_RELOCATION): Define.
(TC_HANDLES_FX_DONE): Define.
(obj_fix_adjustable): Define.
(MD_APPLY_FIX3): Define.
(TC_LINKRELAX_FIXUP): Define.

* write.c: (TC_LINKRELAX_FIXUP):  Define if not
previously defined.
(fixup_segment): Use TC_LINKRELAX_FIXUP.

* doc/internals.texi: Document TC_LINKRELAX_FIXUP.
gas/ChangeLog
gas/config/tc-mn10300.c
gas/config/tc-mn10300.h
gas/doc/internals.texi
gas/write.c