diff options
author | Ken Raeburn <raeburn@cygnus> | 1992-09-29 20:26:01 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1992-09-29 20:26:01 +0000 |
commit | 8d909e996e7130a3a027055f7a5a8a0d9bd32c39 (patch) | |
tree | 4652076fc1fe8ed3707b8071b4af3c966b800637 /bfd | |
parent | 2f68cb548c5884e5632c5b152b54609c435b757f (diff) | |
download | gdb-8d909e996e7130a3a027055f7a5a8a0d9bd32c39.zip gdb-8d909e996e7130a3a027055f7a5a8a0d9bd32c39.tar.gz gdb-8d909e996e7130a3a027055f7a5a8a0d9bd32c39.tar.bz2 |
coffcode.h (coff_section_symbol): Create section if it doesn't exist.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 07ef2f7..fd8c179 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 29 13:24:09 1992 Ken Raeburn (raeburn@cygnus.com) + + * coffcode.h (coff_section_symbol): Create section if it doesn't + already exist. + Tue Sep 29 08:30:21 1992 Ian Lance Taylor (ian@cygnus.com) * Portability fixes from p3: |