mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
reduce relocs using e_nlrsel field selectors.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
|
Wed Feb 28 15:38:56 1996 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* config/tc-hppa.c (hppa_fix_adjustable): For SOM, don't
|
||||||
|
reduce relocs using e_nlrsel field selectors.
|
||||||
|
|
||||||
* write.c (fix_new_exp): Don't use #elif. Some compilers
|
* write.c (fix_new_exp): Don't use #elif. Some compilers
|
||||||
don't handle it.
|
don't handle it.
|
||||||
|
|
||||||
|
@ -6301,7 +6301,8 @@ hppa_fix_adjustable (fixp)
|
|||||||
selectors. That confuses the optimization pass in HP linker. */
|
selectors. That confuses the optimization pass in HP linker. */
|
||||||
if (fixp->fx_r_type == R_DP_RELATIVE
|
if (fixp->fx_r_type == R_DP_RELATIVE
|
||||||
&& (hppa_fix->fx_r_field == e_lrsel
|
&& (hppa_fix->fx_r_field == e_lrsel
|
||||||
|| hppa_fix->fx_r_field == e_rrsel))
|
|| hppa_fix->fx_r_field == e_rrsel
|
||||||
|
|| hppa_fix->fx_r_field == e_nlrsel))
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user