mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Fixed typo from my previous delta.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Dec 29 11:41:16 1997 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* coff-arm.c (coff_arm_relocate_section): Fix typo from previous
|
||||||
|
delta.
|
||||||
|
|
||||||
Tue Dec 23 17:01:10 1997 Ian Lance Taylor <ian@cygnus.com>
|
Tue Dec 23 17:01:10 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
|
* libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.
|
||||||
|
@ -1165,7 +1165,7 @@ coff_arm_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
|
|
||||||
if ((my_offset & 0x01) == 0x01)
|
if ((my_offset & 0x01) == 0x01)
|
||||||
{
|
{
|
||||||
if (h->sec_owner != NULL
|
if (h_sec->owner != NULL
|
||||||
&& INTERWORK_SET (h_sec->owner)
|
&& INTERWORK_SET (h_sec->owner)
|
||||||
&& ! INTERWORK_FLAG (h_sec->owner))
|
&& ! INTERWORK_FLAG (h_sec->owner))
|
||||||
_bfd_error_handler ("%s: warning: interworking not enabled.",
|
_bfd_error_handler ("%s: warning: interworking not enabled.",
|
||||||
|
Reference in New Issue
Block a user