diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-02 20:04:07 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-02 20:04:07 +0000 |
commit | c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148 (patch) | |
tree | 684a46bc276aef3d95dae916ff21c590359a26cb /bfd | |
parent | 21a2f0261622f769b2c21053db66e83cc598eb0b (diff) | |
download | gdb-c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148.zip gdb-c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148.tar.gz gdb-c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148.tar.bz2 |
Thu Mar 2 14:37:57 1995 Bryan Ford <baford@cs.utah.edu>
* binary.c: Add support for reading binary files. Loads the raw
contents of the file into a data section and wraps some symbols
around it. The symbols `_binary_<filename>_start' and
`_binary_<filename>_end' indicate the start and end of the data,
while `_binary_<filename>_size' is an absolute symbol whose value
is the size of the data. <filename> is the name of the binary
input file, with all non-alphanumeric characters converted to
underscores.
* archures.c (bfd_arch_get_compatible): Assume users knows what
they're doing if one of the architectures is bfd_arch_unknown.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 608857a..8e90566 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Mar 2 14:37:57 1995 Bryan Ford <baford@cs.utah.edu> + + * binary.c: Add support for reading binary files. Loads the raw + contents of the file into a data section and wraps some symbols + around it. The symbols `_binary_<filename>_start' and + `_binary_<filename>_end' indicate the start and end of the data, + while `_binary_<filename>_size' is an absolute symbol whose value + is the size of the data. <filename> is the name of the binary + input file, with all non-alphanumeric characters converted to + underscores. + + * archures.c (bfd_arch_get_compatible): Assume users knows what + they're doing if one of the architectures is bfd_arch_unknown. + Wed Mar 1 17:30:46 1995 Michael Meissner <meissner@cygnus.com> * elf32-ppc.c (elf_powerpc_howto_table): For relocation |