diff options
Diffstat (limited to 'bfd/elf32-rx.h')
-rw-r--r-- | bfd/elf32-rx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/elf32-rx.h b/bfd/elf32-rx.h index 1773b5d..ffe86eb 100644 --- a/bfd/elf32-rx.h +++ b/bfd/elf32-rx.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ - -void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile); +extern void rx_additional_link_map_text (bfd *obfd, struct bfd_link_info *info, FILE *mapfile); |