diff options
author | Alan Modra <modra@gmail.com> | 2005-08-18 03:49:39 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2005-08-18 03:49:39 +0000 |
commit | c469032f43eb15cbf3d45105569545875d028a27 (patch) | |
tree | c6dbd5afaa524601860cd751ce5a1ec66f746381 /include/bfdlink.h | |
parent | abed5965caf2efe030b4717460a2faa7ac5de421 (diff) | |
download | cygnal-c469032f43eb15cbf3d45105569545875d028a27.tar.gz cygnal-c469032f43eb15cbf3d45105569545875d028a27.tar.bz2 cygnal-c469032f43eb15cbf3d45105569545875d028a27.zip |
Remove a29k support.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r-- | include/bfdlink.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h index a3a11fa63..66a5b4284 100644 --- a/include/bfdlink.h +++ b/include/bfdlink.h @@ -510,8 +510,7 @@ struct bfd_link_callbacks const char *name, const char *reloc_name, bfd_vma addend, bfd *abfd, asection *section, bfd_vma address); /* A function which is called when a dangerous reloc is performed. - The canonical example is an a29k IHCONST reloc which does not - follow an IHIHALF reloc. MESSAGE is an appropriate message. + MESSAGE is an appropriate message. ABFD, SECTION and ADDRESS identify the location at which the problem occurred; if this is the result of a bfd_section_reloc_link_order or bfd_symbol_reloc_link_order, then |