From c9f92c114ba85f1bfa860cc80dd4fd34a8dd4148 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Mar 1995 20:04:07 +0000 Subject: [PATCH] Thu Mar 2 14:37:57 1995 Bryan Ford * 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__start' and `_binary__end' indicate the start and end of the data, while `_binary__size' is an absolute symbol whose value is the size of the data. 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. --- bfd/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 608857ad853..8e9056677d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Thu Mar 2 14:37:57 1995 Bryan Ford + + * 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__start' and + `_binary__end' indicate the start and end of the data, + while `_binary__size' is an absolute symbol whose value + is the size of the data. 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 * elf32-ppc.c (elf_powerpc_howto_table): For relocation -- 2.30.2