summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2003-05-03 06:10:59 +0000
committerH.J. Lu <hjl@lucon.org>2003-05-03 06:10:59 +0000
commit51770cf3cdccef37fe301e09b7d93f1f90241b90 (patch)
tree1cb02db125ad57f9c84214838ac1477adc12c7f1
parentd350e0ac9813cc0f84ab8db924d694e5f6d7fce8 (diff)
downloadbinutils-redhat-51770cf3cdccef37fe301e09b7d93f1f90241b90.tar.gz
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/ChangeLog6
-rw-r--r--gas/config/tc-alpha.c2
-rw-r--r--gas/read.h1
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1e89c9faf4..f3df01d507 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 5a65c43ff7..ec4668b0b8 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);
diff --git a/gas/read.h b/gas/read.h
index 1e8ca7ab9c..ba431af704 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -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));