aboutsummaryrefslogtreecommitdiff
path: root/bfd/som.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-01 17:55:47 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-01 17:55:47 +0000
commit9deaaaf1b35a54f776957492c4300ea993a3961c (patch)
tree31e0c78e242ef082c5ab7045180df9fcfd8980fd /bfd/som.c
parent7ed5e9704bba4b5c5a85368655acd36f8751a1b1 (diff)
downloadgdb-9deaaaf1b35a54f776957492c4300ea993a3961c.zip
gdb-9deaaaf1b35a54f776957492c4300ea993a3961c.tar.gz
gdb-9deaaaf1b35a54f776957492c4300ea993a3961c.tar.bz2
* targets.c (bfd_target): Add _bfd_free_cached_info field.
* bfd.c (bfd_free_cached_info): Define. * bfd-in.h (JUMP_TABLE): Add _bfd_free_cached_info. * bfd-in2.h: Rebuilt. * All backends: Initialize bfd_free_cached_info entry point to bfd_true.
Diffstat (limited to 'bfd/som.c')
-rw-r--r--bfd/som.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/som.c b/bfd/som.c
index 98991e1..ac7057d 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -5464,6 +5464,7 @@ som_write_armap (abfd)
#define som_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
#define som_bfd_link_add_symbols _bfd_generic_link_add_symbols
#define som_bfd_final_link _bfd_generic_final_link
+#define som_bfd_free_cached_info bfd_true
/* Core file support is in the hpux-core backend. */
#define som_core_file_failing_command _bfd_dummy_core_file_failing_command