aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-13 06:52:07 +0000
committerJeff Law <law@redhat.com>1993-11-13 06:52:07 +0000
commit2212ff9277bca271a2929470272f205d3aa2cfdb (patch)
treeeda1eba39f0a9e011e52a682ef6ec4c0e9ea7e70 /bfd/som.c
parent0ffa24b9799d9d77e539ca612c1cf95591635848 (diff)
downloadgdb-2212ff9277bca271a2929470272f205d3aa2cfdb.zip
gdb-2212ff9277bca271a2929470272f205d3aa2cfdb.tar.gz
gdb-2212ff9277bca271a2929470272f205d3aa2cfdb.tar.bz2
* som.c (som_sizeof_headers): Add missing prototype.
(som_set_arch_mach): Do not abort.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/som.c b/bfd/som.c
index 2593206..57a6c98 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -154,7 +154,8 @@ static unsigned long som_count_subspaces PARAMS ((bfd *));
static int compare_syms PARAMS ((asymbol **, asymbol **));
static unsigned long som_compute_checksum PARAMS ((bfd *));
static boolean som_prep_headers PARAMS ((bfd *));
-
+static int som_sizeof_headers PARAMS ((bfd *, boolean));
+
static reloc_howto_type som_hppa_howto_table[] =
{
{R_NO_RELOCATION, 0, 0, 32, false, 0, 0, hppa_som_reloc, "R_NO_RELOCATION"},
@@ -1757,9 +1758,7 @@ som_set_arch_mach (abfd, arch, machine)
enum bfd_architecture arch;
unsigned long machine;
{
- fprintf (stderr, "som_set_arch_mach unimplemented\n");
- fflush (stderr);
- /* Allow any architecture to be supported by the som backend */
+ /* Allow any architecture to be supported by the SOM backend */
return bfd_default_set_arch_mach (abfd, arch, machine);
}