diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-22 16:44:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-22 16:44:21 +0000 |
commit | c7a89bde9b712899795468ba575bd374f7a28c04 (patch) | |
tree | 5dd15a9c840aa78ec6a85da6cc3803aee44e3d40 /gas/ChangeLog | |
parent | 5ba7c0bee1a42f4b9ba600dad37adedb3569c079 (diff) | |
download | gdb-c7a89bde9b712899795468ba575bd374f7a28c04.zip gdb-c7a89bde9b712899795468ba575bd374f7a28c04.tar.gz gdb-c7a89bde9b712899795468ba575bd374f7a28c04.tar.bz2 |
* as.h (strdup): Don't declare.
* stabs.c: Include libiberty.h
(get_stab_string_offset): Use xstrdup rather than strdup.
(s_stab_generic): Likewise.
* as.c (parse_args): Likewise.
* read.c (s_mri_sect): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cbd3547..07c7239 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ Fri Mar 22 11:13:00 1996 Ian Lance Taylor <ian@cygnus.com> + * as.h (strdup): Don't declare. + * stabs.c: Include libiberty.h + (get_stab_string_offset): Use xstrdup rather than strdup. + (s_stab_generic): Likewise. + * as.c (parse_args): Likewise. + * read.c (s_mri_sect): Likewise. + * gasp.c (change_base): Recognize \(...) construct documented to pass through enclosed characters literally through to the output. (process_assigns): Likewise. Also, be more careful to avoid |