mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/obj-coffbfd.c (obj_coff_endef): Correct test for .bf
symbol.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Mar 15 12:17:28 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
|
* config/obj-coffbfd.c (obj_coff_endef): Correct test for .bf
|
||||||
|
symbol.
|
||||||
|
|
||||||
Fri Mar 12 18:33:36 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
Fri Mar 12 18:33:36 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
* configure.in: recognize sparc-sun-solaris2* instead of -solaris2
|
* configure.in: recognize sparc-sun-solaris2* instead of -solaris2
|
||||||
|
@ -913,8 +913,7 @@ DEFUN_VOID (obj_coff_endef)
|
|||||||
case C_FCN:
|
case C_FCN:
|
||||||
S_SET_SEGMENT (def_symbol_in_progress, SEG_E0);
|
S_SET_SEGMENT (def_symbol_in_progress, SEG_E0);
|
||||||
|
|
||||||
if (strcmp (def_symbol_in_progress->sy_symbol.ost_entry._n._n_nptr,
|
if (strcmp (S_GET_NAME (def_symbol_in_progress), ".bf") == 0)
|
||||||
".bf") == 0)
|
|
||||||
{ /* .bf */
|
{ /* .bf */
|
||||||
if (function_lineoff < 0)
|
if (function_lineoff < 0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user