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:
6e81d46
)
* ldexp.c (fold_unary <ALIGN_K>): Revert last change.
author
Alan Modra
<amodra@gmail.com>
Thu, 9 Jun 2005 02:59:57 +0000
(
02:59
+0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 9 Jun 2005 02:59:57 +0000
(
02:59
+0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldexp.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index ed249f0d3881977f37ff2f03cdc0947c64306de5..3c988409c1d513181b4cd145c0e906d3a86dce0f 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2005-06-09 Alan Modra <amodra@bigpond.net.au>
+
+ * ldexp.c (fold_unary <ALIGN_K>): Revert last change.
+
2005-06-09 Alan Modra <amodra@bigpond.net.au>
* ld.h (lang_phase_type): Move to..
diff --git
a/ld/ldexp.c
b/ld/ldexp.c
index 9b899f0951aeeba31364e09bf0fb9210cbdb29c7..6c3c717eb882ad8a3b65052777f3b97086c192f9 100644
(file)
--- a/
ld/ldexp.c
+++ b/
ld/ldexp.c
@@
-207,10
+207,7
@@
fold_unary (etree_type *tree)
{
case ALIGN_K:
if (expld.phase != lang_first_phase_enum)
- {
- make_abs ();
- new_rel_from_abs (align_n (expld.dot, expld.result.value));
- }
+ new_rel_from_abs (align_n (expld.dot, expld.result.value));
else
expld.result.valid_p = FALSE;
break;