mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 04:49:31 +08:00
*** empty log message ***
From-SVN: r919
This commit is contained in:
parent
3cee1a378e
commit
1d3fc42073
@ -47,6 +47,8 @@ extern void assemble_name ();
|
||||
extern void output_addr_const ();
|
||||
|
||||
int flag_half_pic; /* Global half-pic flag. */
|
||||
int half_pic_number_ptrs; /* # distinct pointers found */
|
||||
int half_pic_number_refs; /* # half-pic references */
|
||||
|
||||
/* Obstack to hold generated pic names. */
|
||||
static struct obstack half_pic_obstack;
|
||||
@ -351,8 +353,10 @@ half_pic_ptr (operand)
|
||||
p->pointer_p = TRUE;
|
||||
|
||||
half_pic_names = p;
|
||||
half_pic_number_ptrs++;
|
||||
}
|
||||
|
||||
half_pic_number_refs++;
|
||||
return gen_rtx (SYMBOL_REF, Pmode, p->ref_name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user