From 7815f84885ca14122f500112c406bbbeadf24988 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 Nov 2005 08:00:31 +0000 Subject: [PATCH] * config/tc-hppa.c (pa_comm): Set bfd_com_section segment. --- gas/ChangeLog | 4 ++++ gas/config/tc-hppa.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 285d8ff19b1..6dc58086de6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-11-16 Alan Modra + + * config/tc-hppa.c (pa_comm): Set bfd_com_section segment. + 2005-11-16 Alan Modra * configure.tgt (i386-*-gnu*): Set em=gnu. diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c index 3886cb8e109..bcf5654ae1c 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 -- 2.30.2