Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5414)

Unified Diff: binutils/ld/emultempl/vxworks.em

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/ld/emulparams/elf64ppc.sh ('k') | binutils/ld/ldlex.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/ld/emultempl/vxworks.em
diff --git a/binutils/ld/emultempl/vxworks.em b/binutils/ld/emultempl/vxworks.em
index 3748ddb37c2bc4016abf6489834c3cdecc92757e..7a21ac3fbccbc0135c6138daa483f31afb11656e 100644
--- a/binutils/ld/emultempl/vxworks.em
+++ b/binutils/ld/emultempl/vxworks.em
@@ -1,5 +1,5 @@
# This shell script emits a C file. -*- C -*-
-# Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright 2006, 2007, 2008, 2010 Free Software Foundation, Inc.
#
# This file is part of the GNU Binutils.
#
@@ -90,7 +90,7 @@ PARSE_AND_LIST_ARGS_CASES=$PARSE_AND_LIST_ARGS_CASES'
# something other than gld${EMULATION_NAME}_foo. We handle
# this case in the same way as (1).
for override in before_parse after_open; do
- var="LDEMUL_`echo ${override} | tr a-z A-Z`"
+ var="LDEMUL_`echo ${override} | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`"
eval value=\$${var}
if test "${value}" = "gld${EMULATION_NAME}_${override}"; then
fragment <<EOF
« no previous file with comments | « binutils/ld/emulparams/elf64ppc.sh ('k') | binutils/ld/ldlex.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698