aboutsummaryrefslogtreecommitdiff
path: root/gdb/somread.c
AgeCommit message (Collapse)AuthorFilesLines
1994-06-27 * somread.c: Simplify by using stabsect_build_psymtabs.Jeff Law1-130/+15
* dbxread.c (stabsect_build_psymtabs): New argument "text_name" corresponding to the name of the text section. All references changed. (somstab_build_psymtabs): Delete function, no longer needed.
1994-06-27 * somread.c: Renamed from paread.c. Changed function names andJeff Law1-0/+547
comments to reflect that this file deals with SOM (an object file format), rather than the PA (a cpu). (Makefile.in): Chaned appropriately. (config/pa/hppabsd.mh, config/pa/hppahpux.mh): Likewise. * dbxread.c (somstab_build_psymtabs): Renamed from pastab_build_psymtabs.