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:
f24078f
)
* lexsup.c (parse_args): Treat -i as a synonym for -r.
author
Ian Lance Taylor
<ian@airs.com>
Mon, 13 Jun 1994 21:00:20 +0000
(21:00 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 13 Jun 1994 21:00:20 +0000
(21:00 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/lexsup.c
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 96c6cac9509d792e4069bf8528cc954bdce02959..6fd67f4783f7f1bb649791e1736e2b0e342dfc03 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,5
+1,7
@@
Mon Jun 13 15:46:09 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * lexsup.c (parse_args): Treat -i as a synonym for -r.
+
* ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
BLOCK works in a section address as documented.
diff --git
a/ld/lexsup.c
b/ld/lexsup.c
index bf2365cc114085de1419f80d9a579c60391a71d8..8b1a1cd1459c65bd5cecef4e5e1e521174b14e30 100644
(file)
--- a/
ld/lexsup.c
+++ b/
ld/lexsup.c
@@
-231,6
+231,7
@@
parse_args (argc, argv)
case OPTION_OFORMAT:
lang_add_output_format (optarg, 0);
break;
+ case 'i':
case 'r':
link_info.relocateable = true;
config.build_constructors = false;