diff options
author | Jeff Law <law@redhat.com> | 2002-09-09 21:31:40 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2002-09-09 21:31:40 +0000 |
commit | 502b19cb2a782d3d866874f4861a635d0706e938 (patch) | |
tree | 925f3aa724b4dde0748e272b46a6e3e4426627cf /gas/config/tc-hppa.h | |
parent | d1f5b980c3caab8fecf0feac8f0ef17f427ba16d (diff) | |
download | gdb-502b19cb2a782d3d866874f4861a635d0706e938.zip gdb-502b19cb2a782d3d866874f4861a635d0706e938.tar.gz gdb-502b19cb2a782d3d866874f4861a635d0706e938.tar.bz2 |
* config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
marker relocations such as ENTRY/EXIT.
* config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
to both OBJ_ELF and OBJ_SOM.
Diffstat (limited to 'gas/config/tc-hppa.h')
-rw-r--r-- | gas/config/tc-hppa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-hppa.h b/gas/config/tc-hppa.h index aa02346..ea1ce9c 100644 --- a/gas/config/tc-hppa.h +++ b/gas/config/tc-hppa.h @@ -161,10 +161,10 @@ int hppa_fix_adjustable PARAMS((struct fix *)); #define UNDEFINED_DIFFERENCE_OK #endif -#ifdef OBJ_ELF /* Values passed to md_apply_fix3 don't include the symbol value. */ #define MD_APPLY_SYM_VALUE(FIX) 0 +#ifdef OBJ_ELF /* Handle .type psuedo. Given a type string of `millicode', set the internal elf symbol type to STT_PARISC_MILLI, and return BSF_FUNCTION for the BFD symbol type. */ |