Deleted Added
full compact
tc-alpha.h (89857) tc-alpha.h (91041)
1/* This file is tc-alpha.h
2 Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
3 Free Software Foundation, Inc.
4 Written by Ken Raeburn <raeburn@cygnus.com>.
5
6 This file is part of GAS, the GNU Assembler.
7
8 GAS is free software; you can redistribute it and/or modify

--- 25 unchanged lines hidden (view full) ---

34 ? "elf64-alpha" \
35 : OUTPUT_FLAVOR == bfd_target_evax_flavour \
36 ? "vms-alpha" \
37 : "unknown-format")
38
39#define NEED_LITERAL_POOL
40#define REPEAT_CONS_EXPRESSIONS
41
1/* This file is tc-alpha.h
2 Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
3 Free Software Foundation, Inc.
4 Written by Ken Raeburn <raeburn@cygnus.com>.
5
6 This file is part of GAS, the GNU Assembler.
7
8 GAS is free software; you can redistribute it and/or modify

--- 25 unchanged lines hidden (view full) ---

34 ? "elf64-alpha" \
35 : OUTPUT_FLAVOR == bfd_target_evax_flavour \
36 ? "vms-alpha" \
37 : "unknown-format")
38
39#define NEED_LITERAL_POOL
40#define REPEAT_CONS_EXPRESSIONS
41
42extern void alpha_validate_fix PARAMS ((struct fix *));
42extern int alpha_force_relocation PARAMS ((struct fix *));
43extern int alpha_fix_adjustable PARAMS ((struct fix *));
44
45extern unsigned long alpha_gprmask, alpha_fprmask;
46extern valueT alpha_gp_value;
47
43extern int alpha_force_relocation PARAMS ((struct fix *));
44extern int alpha_fix_adjustable PARAMS ((struct fix *));
45
46extern unsigned long alpha_gprmask, alpha_fprmask;
47extern valueT alpha_gp_value;
48
49#define TC_VALIDATE_FIX(FIXP,SEGTYPE,SKIP) alpha_validate_fix (FIXP)
48#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
49#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
50#define RELOC_REQUIRES_SYMBOL
51
52/* This expression evaluates to false if the relocation is for a local
53 object for which we still want to do the relocation at runtime.
54 True if we are willing to perform this relocation while building
55 the .o file. This is only used for pcrel relocations. */

--- 103 unchanged lines hidden ---
50#define TC_FORCE_RELOCATION(FIXP) alpha_force_relocation (FIXP)
51#define tc_fix_adjustable(FIXP) alpha_fix_adjustable (FIXP)
52#define RELOC_REQUIRES_SYMBOL
53
54/* This expression evaluates to false if the relocation is for a local
55 object for which we still want to do the relocation at runtime.
56 True if we are willing to perform this relocation while building
57 the .o file. This is only used for pcrel relocations. */

--- 103 unchanged lines hidden ---