Add quotes to avoid a null test expression.
This commit is contained in:
parent
cbee2975a9
commit
a82644e225
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-06-16 Alexander Klimov <alserkli@inbox.ru>
|
||||
|
||||
* emultempl/armelf.em: Add quotes to avoid a null test
|
||||
expression.
|
||||
|
||||
2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* ld.texinfo (Command Line Options): Add @item for --hash-size.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# This file is sourced from elf32.em, and defines extra arm-elf
|
||||
# specific routines.
|
||||
#
|
||||
test -z $TARGET2_TYPE && TARGET2_TYPE="rel"
|
||||
test -z "$TARGET2_TYPE" && TARGET2_TYPE="rel"
|
||||
cat >>e${EMULATION_NAME}.c <<EOF
|
||||
|
||||
static char *thumb_entry_symbol = NULL;
|
||||
|
|
Loading…
Reference in a new issue