]> Git Repo - binutils.git/blobdiff - gdb/ChangeLog
Add section table to objfile struct. Use it for find_pc_section.
[binutils.git] / gdb / ChangeLog
index 7cae9cc0b937ef6f49fa9dd0becf7c46d9795a0e..2eec88fa97340ded2829f97e2f3de0441cac7a1e 100644 (file)
@@ -1,3 +1,24 @@
+Tue Apr  6 22:30:58 1993  K. Richard Pixley  ([email protected])
+
+       Add section table to objfile struct.  Use it for find_pc_section.
+       * objfiles.c (add_to_objfile_sections,
+         build_objfile_section_table, find_pc_section): new functions.
+         (allocate_objfile): build section table.
+       * objfiles.h (struct obj_section): new structure.
+         (struct objfile): add section table.
+         (find_pc_section): new prototype.
+       * solib.[ch] (find_pc_section_from_so_list): removed.
+       * sparc-tdep.c: include objfiles.h for find_pc_section.  include
+         symfile.h for objfiles.h.
+         (in_solib_trampoline): adjusted for new find_pc_section
+         prototype.  Removed BAD_RICH_HACK ifdefs.
+       * symfile.c (syms_from_objfile): offset objfile sections.
+         (find_pc_section): removed.  Also removed BAD_RICH_HACK ifdefs.
+       * symfile.h (find_pc_section): prototype removed.  Also fixed
+         comment typo NUL -> NULL.
+       * target.[ch] (find_pc_section_from_targets): removed.
+       * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
+
 Tue Apr  6 21:41:13 1993  Stu Grossman  ([email protected])
 
        * ser-go32.c:  Format.  (go32_open):  Use proper return value.
This page took 0.024473 seconds and 4 git commands to generate.