diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-11 20:14:37 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-11 20:14:37 +0000 |
commit | 29078b295d9e09b138b46e0732502a2159adbaf0 (patch) | |
tree | ffe35287aee0957f135477019cbaf509c42da498 /binutils/ChangeLog | |
parent | 48c95e5b9f08a2a587c3f33d8544d2f8304481ab (diff) | |
download | gdb-29078b295d9e09b138b46e0732502a2159adbaf0.zip gdb-29078b295d9e09b138b46e0732502a2159adbaf0.tar.gz gdb-29078b295d9e09b138b46e0732502a2159adbaf0.tar.bz2 |
* size.c (berkeley_sum): New function.
(bsssize, datasize, textsize): New global variables.
(bss_section_name, data_section_name, text_section_name): Removed.
(print_berkeley_format): Map berkeley_sum over all the sections,
rather than only reporting sizes of specifically named sections.
* Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 622eba0..f77c47c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,25 @@ +Wed Aug 11 13:08:26 1993 Ian Lance Taylor (ian@cygnus.com) + + * size.c (berkeley_sum): New function. + (bsssize, datasize, textsize): New global variables. + (bss_section_name, data_section_name, text_section_name): Removed. + (print_berkeley_format): Map berkeley_sum over all the sections, + rather than only reporting sizes of specifically named sections. + * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o. + +Tue Aug 10 10:46:01 1993 Ian Lance Taylor (ian@cygnus.com) + + * nlmconv.c, nlmconv.h, nlmheader.y: New files for program to + convert object files into NetWare Loadable Modules. + * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv. + (PROGS): Add NLMCONV_PROG. + (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New + targets. + +Thu Aug 5 15:48:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com) + + * Makefile.in: define MAKEOVERRIDES to an empty string + Wed Aug 4 17:08:08 1993 David J. Mackenzie (djm@thepub.cygnus.com) * objcopy.c (copy_file): Make failures to process a file nonfatal. |