diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-05-03 06:10:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-05-03 06:10:59 +0000 |
commit | 83b5ab55b331ef1f147ff4f06a89cf3301e6079b (patch) | |
tree | ecf4d025f963b64017d6bb6778198235f5bc0e59 | |
parent | 77f7441a3203c6b596717998024c0f60c1268994 (diff) | |
download | gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.zip gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.tar.gz gdb-83b5ab55b331ef1f147ff4f06a89cf3301e6079b.tar.bz2 |
2003-05-02 H.J. Lu <hjl@gnu.org>
* read.h (demand_copy_string): New.
* config/tc-alpha.c (demand_copy_string): Removed.
-rw-r--r-- | gas/ChangeLog | 6 | ||||
-rw-r--r-- | gas/config/tc-alpha.c | 2 | ||||
-rw-r--r-- | gas/read.h | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e89c9f..f3df01d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index 5a65c43..ec4668b 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -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); @@ -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)); |