2003-05-02 H.J. Lu <hjl@gnu.org>

* read.h (demand_copy_string): New.

	* config/tc-alpha.c (demand_copy_string): Removed.
This commit is contained in:
H.J. Lu 2003-05-03 06:10:59 +00:00
parent 77f7441a32
commit 83b5ab55b3
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-05-02 H.J. Lu <hjl@gnu.org>
* read.h (demand_copy_string): New.
* config/tc-alpha.c (demand_copy_string): Removed.
2003-05-02 Michael Snyder <msnyder@redhat.com>
* write.h (FAKE_LABEL_NAME): Allow override

View file

@ -5066,8 +5066,6 @@ s_alpha_file (ignore)
int length;
static char case_hack[32];
extern char *demand_copy_string PARAMS ((int *lenP));
sprintf (case_hack, "<CASE:%01d%01d>",
alpha_flag_hash_long_names, alpha_flag_show_after_trunc);

View file

@ -102,6 +102,7 @@ extern void pop_insert PARAMS ((const pseudo_typeS *));
extern unsigned int get_stab_string_offset
PARAMS ((const char *string, const char *stabstr_secname));
extern void aout_process_stab PARAMS ((int, const char *, int, int, int));
extern char *demand_copy_string PARAMS ((int *lenP));
extern char *demand_copy_C_string PARAMS ((int *len_pointer));
extern char get_absolute_expression_and_terminator
PARAMS ((long *val_pointer));