diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-03 14:44:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-03 14:44:08 +0000 |
commit | 8530209598630c25438f6c2cd323482b1a1ec886 (patch) | |
tree | 9bb710670d8d7f6b0e9e8ede71da25e463afaaa3 /bfd/ChangeLog | |
parent | 794cd17b2840c7b3b1d994f46d04845b91ea8104 (diff) | |
download | binutils-gdb-8530209598630c25438f6c2cd323482b1a1ec886.tar.gz |
2003-11-03 Andrew Cagney <cagney@redhat.com>
* section.c (bfd_set_section_contents): Make the "location" buffer
constant.
* bfd-in2.h: Re-generate.
Index: gdb/ChangeLog
2003-11-03 Andrew Cagney <cagney@redhat.com>
* exec.c (xfer_memory): Eliminate xfer_fn.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9307eb9e199..23a604922ab 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-11-03 Andrew Cagney <cagney@redhat.com> + + * section.c (bfd_set_section_contents): Make the "location" buffer + constant. + * bfd-in2.h: Re-generate. + 2003-10-30 Andrew Cagney <cagney@redhat.com> * syms.c: Replace "struct symbol_cache_entry" with "struct |