mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-11-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
|
||||||
|
|
||||||
2005-11-16 Alan Modra <amodra@bigpond.net.au>
|
2005-11-16 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* configure.tgt (i386-*-gnu*): Set em=gnu.
|
* configure.tgt (i386-*-gnu*): Set em=gnu.
|
||||||
|
@ -6400,7 +6400,7 @@ pa_comm (unused)
|
|||||||
{
|
{
|
||||||
symbol_get_bfdsym (symbol)->flags |= BSF_OBJECT;
|
symbol_get_bfdsym (symbol)->flags |= BSF_OBJECT;
|
||||||
S_SET_VALUE (symbol, size);
|
S_SET_VALUE (symbol, size);
|
||||||
S_SET_SEGMENT (symbol, bfd_und_section_ptr);
|
S_SET_SEGMENT (symbol, bfd_com_section_ptr);
|
||||||
S_SET_EXTERNAL (symbol);
|
S_SET_EXTERNAL (symbol);
|
||||||
|
|
||||||
/* colon() has already set the frag to the current location in the
|
/* colon() has already set the frag to the current location in the
|
||||||
|
Reference in New Issue
Block a user