From 82d31429c19bbdd16d7ad6987ed14d5d540238b2 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 15 Nov 2006 15:59:26 +0000 Subject: gas/ 2006-11-15 Jan Beulich PR/3469 * symbols.c (symbol_clone): Mark symbol ending up not on symbol chain by linking it to itself. (resolve_symbol_value): Also check symbol_shadow_p(). (symbol_shadow_p): New. * symbols.h (symbol_shadow_p): Declare. gas/testsuite/ 2006-11-15 Jan Beulich * gas/elf/equ-reloc.[sd]: New. * gas/elf/elf.exp: Run new test. --- gas/symbols.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/symbols.h') diff --git a/gas/symbols.h b/gas/symbols.h index 7a4b8f7a6d..0527abbb91 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -192,6 +192,7 @@ extern int symbol_section_p (symbolS *); extern int symbol_equated_p (symbolS *); extern int symbol_equated_reloc_p (symbolS *); extern int symbol_constant_p (symbolS *); +extern int symbol_shadow_p (symbolS *); extern asymbol *symbol_get_bfdsym (symbolS *); extern void symbol_set_bfdsym (symbolS *, asymbol *); -- cgit v1.2.1