diff options
author | Alan Modra <amodra@gmail.com> | 2005-11-16 08:00:31 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-11-16 08:00:31 +0000 |
commit | 7815f84885ca14122f500112c406bbbeadf24988 (patch) | |
tree | 659456eef71cd7ba644fd93c929488e88413cae8 /gas/config | |
parent | 7270c5edcbb158904a8f11852cad1261162d8308 (diff) | |
download | gdb-7815f84885ca14122f500112c406bbbeadf24988.zip gdb-7815f84885ca14122f500112c406bbbeadf24988.tar.gz gdb-7815f84885ca14122f500112c406bbbeadf24988.tar.bz2 |
* config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-hppa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 3886cb8..bcf5654 100644 --- a/gas/config/tc-hppa.c +++ b/gas/config/tc-hppa.c @@ -6400,7 +6400,7 @@ pa_comm (unused) { symbol_get_bfdsym (symbol)->flags |= BSF_OBJECT; 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); /* colon() has already set the frag to the current location in the |