projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8fe28d
)
* ldexp.c (fold_name) <case DEFINED>: Set section of result to
author
Hans-Peter Nilsson
<hp@axis.com>
Wed, 8 Oct 2003 12:40:26 +0000
(12:40 +0000)
committer
Hans-Peter Nilsson
<hp@axis.com>
Wed, 8 Oct 2003 12:40:26 +0000
(12:40 +0000)
abs_output_section.
ld/ChangeLog
patch
|
blob
|
history
ld/ldexp.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index fb616b9427ba8732a0d23cf8c8db9f584eddc1ef..28c6218e083cd1876dc8d0e384d9693c1e05469a 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,8
@@
+2003-10-08 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * ldexp.c (fold_name) <case DEFINED>: Set section of result to
+ abs_output_section.
+
2003-10-07 Bob Wilson <bob.wilson@acm.org>
* emulparams/elf32xtensa.sh (OTHER_READONLY_SECTIONS,
diff --git
a/ld/ldexp.c
b/ld/ldexp.c
index ce57790632026b82a99ba0322ae2eac74c766174..cce0cdfc6deba0fee392d4a5aa80cd0b9ec48261 100644
(file)
--- a/
ld/ldexp.c
+++ b/
ld/ldexp.c
@@
-497,7
+497,7
@@
fold_name (etree_type *tree,
&& (h->type == bfd_link_hash_defined
|| h->type == bfd_link_hash_defweak
|| h->type == bfd_link_hash_common));
- result.section =
0
;
+ result.section =
abs_output_section
;
result.valid_p = TRUE;
}
break;