diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-19 00:15:54 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-19 00:15:54 +0000 |
commit | 56f5e005991114707d00cb764cdc1bddcffa2b84 (patch) | |
tree | 24c51b14074bc7b76fa81cbab95bd7f0c94fa68e /bfd | |
parent | 7d283cc12fe6b0fc89f33cb42befcc376950988f (diff) | |
download | gdb-56f5e005991114707d00cb764cdc1bddcffa2b84.zip gdb-56f5e005991114707d00cb764cdc1bddcffa2b84.tar.gz gdb-56f5e005991114707d00cb764cdc1bddcffa2b84.tar.bz2 |
* archive.c (normalize): created version for VMS which removes the
VMS directory crap from the front and end of a filename, eg turn
[-.foo]bar.obj;123 into bar.obj
(bfd_construct_extended_name_table): now writes index into an
extended name table in decimal - the same base used to read an
extended name table.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2a45534..c0547b4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,34 @@ +Wed Dec 18 16:12:25 1991 Steve Chamberlain (sac at rtl.cygnus.com) + + * archive.c (normalize): created version for VMS which removes the + VMS directory crap from the front and end of a filename, eg turn + [-.foo]bar.obj;123 into bar.obj + (bfd_construct_extended_name_table): now writes index into an + extended name table in decimal - the same base used to read an + extended name table. + +Wed Dec 18 14:40:39 1991 Per Bothner (bothner at cygnus.com) + + * aout-encap.c: Fix to use aout-target.h. + * aoutf1.h: Use standard MY_object_p and MY_callback + in aout-target.h. Remove target-specific versions. + * host-aout.c: Re-write to use aout-target.h. + * gen-aout.c: New files use with host-aout.c to generate + host-specific a.out-related parameters. + * Makefile.in: host-aout.o depends on aout-params.h, which is + generated by gen-aout. + * aout-target.h: Make a little more flexible. + * libaout.h, aout-target.h: Removed WORK_OUT_FILE_POSTIONS + macro. Instead, inline it in aout-target.h. + * newsos3.c: Define N_SHARED_LIB(x) as 0 to avoid + a gcc -Wall warning. + * archive.c: Add missing commas in DEFUN macro (2 places). + * elf.c, coffcode.h, aoutf1.h: Use ANSI functions instead of + Berkeley ones, now that libiberty has them: + bcopy->memcpy, bzero->memset, bcmp->memcmp. + * aoutx.h: Various touch-ups: Re-formatting, fix a cast, + remove unused variable. + Tue Dec 17 19:48:59 1991 Fred Fish (fnf at cygnus.com) * elf.c (elf_core_file_matches_executable_p): Enclose corename |