Browse Source

2011-04-01 Tristan Gingold <gingold@adacore.com>

* config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
binutils-2_22-branch
Tristan Gingold 15 years ago
parent
commit
592588f3f8
  1. 4
      gas/ChangeLog
  2. 2
      gas/config/tc-ia64.c

4
gas/ChangeLog

@ -1,3 +1,7 @@
2011-04-01 Tristan Gingold <gingold@adacore.com>
* config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
* config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New

2
gas/config/tc-ia64.c

@ -11286,7 +11286,7 @@ md_apply_fix (fixS *fix, valueT *valP, segT seg ATTRIBUTE_UNUSED)
}
if (fix->fx_addsy)
{
switch (fix->fx_r_type)
switch ((unsigned) fix->fx_r_type)
{
case BFD_RELOC_UNUSED:
/* This must be a TAG13 or TAG13b operand. There are no external

Loading…
Cancel
Save