diff options
author | Tom Tromey <tromey@redhat.com> | 1997-05-23 19:30:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-05-23 19:30:41 +0000 |
commit | 8a51eeafee7b2251ec6b070d1c995486b2c2fe54 (patch) | |
tree | 0036d5a6dc25c45dfad0c946610727e625ea9c7d /gas/ChangeLog | |
parent | 546d7a90d096c1656d15756ab1e16ba56c24e766 (diff) | |
download | gdb-8a51eeafee7b2251ec6b070d1c995486b2c2fe54.zip gdb-8a51eeafee7b2251ec6b070d1c995486b2c2fe54.tar.gz gdb-8a51eeafee7b2251ec6b070d1c995486b2c2fe54.tar.bz2 |
* doc/as.texinfo: Updated for -MD option.
* Makefile.in (CFILES): Added depend.c.
(OBJS): Added depend.o.
* as.h (start_dependencies, register_dependency,
print_dependencies): New declarations.
* depend.c: New file.
* as.c (parse_args): Added -MD option.
(main): Call print_dependencies.
(show_usage): Added help for -MD.
* read.c (s_app_file): Call register_dependency.
(s_include): Call register_dependency when file is found.
(read_a_source_file): Call register_dependency.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 30a9ad4..adad7c0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Fri May 23 00:09:35 1997 Tom Tromey <tromey@cygnus.com> + + * doc/as.texinfo: Updated for -MD option. + * Makefile.in (CFILES): Added depend.c. + (OBJS): Added depend.o. + * as.h (start_dependencies, register_dependency, + print_dependencies): New declarations. + * depend.c: New file. + * as.c (parse_args): Added -MD option. + (main): Call print_dependencies. + (show_usage): Added help for -MD. + * read.c (s_app_file): Call register_dependency. + (s_include): Call register_dependency when file is found. + (read_a_source_file): Call register_dependency. + Wed May 21 17:39:28 1997 Ian Lance Taylor <ian@cygnus.com> * config/obj-coff.c (symbol_to_chars): If TE_PE, don't add the |