summaryrefslogtreecommitdiff
path: root/sim/frv
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-31 05:32:46 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-31 05:32:46 +0000
commit9112ea4567b7c4889a7d4d521ab1ce5c7c42bc80 (patch)
tree720a8db5c269a3937a48f2dd11eeed85e95ced27 /sim/frv
parent1837fc595e59309bee5377692dae575dada288b7 (diff)
downloadgdb-9112ea4567b7c4889a7d4d521ab1ce5c7c42bc80.tar.gz
Index: sim/frv/ChangeLog
2003-10-30 Andrew Cagney <cagney@redhat.com> * traps.c: Replace "struct symbol_cache_entry" with "struct bfd_symbol". Index: sim/d10v/ChangeLog 2003-10-30 Andrew Cagney <cagney@redhat.com> * simops.c: Replace "struct symbol_cache_entry" with "struct bfd_symbol". Index: sim/common/ChangeLog 2003-10-30 Andrew Cagney <cagney@redhat.com> * sim-trace.c, sim-base.h: Replace "struct symbol_cache_entry" with "struct bfd_symbol". Index: ld/ChangeLog 2003-10-30 Andrew Cagney <cagney@redhat.com> * emultempl/pe.em, pe-dll.c: Replace "struct symbol_cache_entry" with "struct bfd_symbol". Index: bfd/ChangeLog 2003-10-30 Andrew Cagney <cagney@redhat.com> * syms.c: Replace "struct symbol_cache_entry" with "struct bfd_symbol". * vms.h, targets.c, section.c, reloc.c, peicode.h: Ditto. * mipsbsd.c, elf.c, linker.c, elf-bfd.h, ecoff.c: Ditto. * cpu-z8k.c, cpu-ns32k.c, cpu-h8500.c, bfd.c, bfd-in.h: Ditto. * bfd-in2.h: Re-generate.
Diffstat (limited to 'sim/frv')
-rw-r--r--sim/frv/ChangeLog5
-rw-r--r--sim/frv/traps.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim/frv/ChangeLog b/sim/frv/ChangeLog
index 12fe6b3f131..63c8e98c974 100644
--- a/sim/frv/ChangeLog
+++ b/sim/frv/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-30 Andrew Cagney <cagney@redhat.com>
+
+ * traps.c: Replace "struct symbol_cache_entry" with "struct
+ bfd_symbol".
+
2003-10-10 Dave Brolley <brolley@redhat.com>
* cpu.h, sem.c: Regenerate.
diff --git a/sim/frv/traps.c b/sim/frv/traps.c
index 603dc21808e..f7b4b746f86 100644
--- a/sim/frv/traps.c
+++ b/sim/frv/traps.c
@@ -191,7 +191,7 @@ frv_itrap (SIM_CPU *current_cpu, PCADDR pc, USI base, SI offset)
if (bfd_find_nearest_line (STATE_PROG_BFD (sd),
STATE_TEXT_SECTION (sd),
- (struct symbol_cache_entry **) 0,
+ (struct bfd_symbol **) 0,
pc - STATE_TEXT_START (sd),
&pc_filename, &pc_function, &pc_linenum)
&& (pc_function || pc_filename))