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:
9c1d81c
)
Formatting fix.
author
Tom Rix
<trix@redhat.com>
Wed, 1 May 2002 02:52:17 +0000
(
02:52
+0000)
committer
Tom Rix
<trix@redhat.com>
Wed, 1 May 2002 02:52:17 +0000
(
02:52
+0000)
ld/ChangeLog
patch
|
blob
|
history
ld/emultempl/aix.em
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index f91ac7087ccc41e2d2c5f20e60c843b0307177e8..eb3e8839e26f632d94524e034161474e1ab6e93a 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2002-04-30 Tom Rix <trix@redhat.com>
+
+ * emultempl/aix.em : (gld*_parse_arge): Formatting changes.
+
2002-05-01 Alan Modra <amodra@bigpond.net.au>
Long branch stubs, multiple stub sections.
diff --git
a/ld/emultempl/aix.em
b/ld/emultempl/aix.em
index f4dff857c127dacddf76e1ebe5430dbbdbddd3be..28f45c4ee358545be69fee8f208f4acb953df1da 100644
(file)
--- a/
ld/emultempl/aix.em
+++ b/
ld/emultempl/aix.em
@@
-526,11
+526,11
@@
gld${EMULATION_NAME}_parse_args (argc, argv)
break;
case OPTION_LIBPATH:
- command_line_blibpath
=
optarg;
+ command_line_blibpath
=
optarg;
break;
case OPTION_NOLIBPATH:
- command_line_blibpath
=
NULL;
+ command_line_blibpath
=
NULL;
break;
}