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:
7a2f2d8
)
Fix typo.
author
DJ Delorie
<dj@redhat.com>
Tue, 27 May 2014 23:05:18 +0000
(19:05 -0400)
committer
DJ Delorie
<dj@redhat.com>
Tue, 27 May 2014 23:05:18 +0000
(19:05 -0400)
ld/emultempl/generic.em
patch
|
blob
|
history
diff --git
a/ld/emultempl/generic.em
b/ld/emultempl/generic.em
index aac4b93ef53aad16ea36221a9bce77bd951f06aa..111b1c1dd6ed2578ccb3dfd9462d11e1de78859a 100644
(file)
--- a/
ld/emultempl/generic.em
+++ b/
ld/emultempl/generic.em
@@
-155,7
+155,7
@@
struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
${LDEMUL_LIST_OPTIONS-NULL},
${LDEMUL_RECOGNIZED_FILE-NULL},
${LDEMUL_FIND_POTENTIAL_LIBRARIES-NULL},
- ${LDEMUL_NEW_VERS_PATTERN-NULL}
+ ${LDEMUL_NEW_VERS_PATTERN-NULL}
,
${LDEMUL_EXTRA_MAP_FILE_TEXT-NULL}
};
EOF