diff options
author | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-06-25 06:40:27 +0000 |
commit | 1049f94e8e1a9eae86a694d2dca94a6194f763b1 (patch) | |
tree | 40fbf4dbcdbd98d6784861ab18ce46a36b3308c8 /ld/emultempl/m68kelf.em | |
parent | 59861b363a480a4e802ef0433bf31153b57a2e3a (diff) | |
download | binutils-gdb-1049f94e8e1a9eae86a694d2dca94a6194f763b1.tar.gz |
Correct spelling of "relocatable".
Diffstat (limited to 'ld/emultempl/m68kelf.em')
-rw-r--r-- | ld/emultempl/m68kelf.em | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index cb3b86bbfef..0bc20efbcf4 100644 --- a/ld/emultempl/m68kelf.em +++ b/ld/emultempl/m68kelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2000, 2001 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2003 Free Software Foundation, Inc. # Written by Michael Sokolov <msokolov@ivan.Harhan.ORG>, based on armelf.em # # This file is part of GLD, the Gnu Linker. @@ -47,7 +47,7 @@ m68k_elf_after_open () #ifdef SUPPORT_EMBEDDED_RELOCS if (command_line.embedded_relocs - && (! link_info.relocateable)) + && (! link_info.relocatable)) { bfd *abfd; @@ -131,7 +131,7 @@ m68k_elf_after_allocation () #ifdef SUPPORT_EMBEDDED_RELOCS if (command_line.embedded_relocs - && (! link_info.relocateable)) + && (! link_info.relocatable)) { bfd *abfd; |