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:
ef5aade
)
* ldlex.l: Accept C style comments in version scripts.
author
Alan Modra
<amodra@gmail.com>
Mon, 5 May 2003 06:28:00 +0000
(06:28 +0000)
committer
Alan Modra
<amodra@gmail.com>
Mon, 5 May 2003 06:28:00 +0000
(06:28 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ldlex.l
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index ced3178bb0370e79c9613215290674967e512ebf..404d98f8893ac0c9fb2c358f9c6a7ca3b18a6618 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2003-05-05 Alan Modra <amodra@bigpond.net.au>
+
+ * ldlex.l: Accept C style comments in version scripts.
+
2003-04-28 H.J. Lu <hjl@gnu.org>
* ldlang.c (lang_process): Add the relax finalize pass.
diff --git
a/ld/ldlex.l
b/ld/ldlex.l
index 2eef45df32230e4551e7d41da864fb905eb755b7..c9eb1afe39548d504215718336eaeaa8c4238718 100644
(file)
--- a/
ld/ldlex.l
+++ b/
ld/ldlex.l
@@
-144,7
+144,7
@@
V_IDENTIFIER [*?.$_a-zA-Z\[\]\-\!\^]([*?.$_a-zA-Z0-9\[\]\-\!\^]|::)*
}
}
-<BOTH,SCRIPT,EXPRESSION
>"/*"
{ comment(); }
+<BOTH,SCRIPT,EXPRESSION
,VERS_START,VERS_NODE,VERS_SCRIPT>"/*"
{ comment(); }
<DEFSYMEXP>"-" { RTOKEN('-');}