home *** CD-ROM | disk | FTP | other *** search
- *** orig/binutils.2/gprof/gprof.c Fri Jun 25 22:26:46 1993
- --- src/binutils.2/gprof/gprof.c Fri Jun 25 22:30:08 1993
- ***************
- *** 371,377 ****
- struct hdr tmp;
- FILE *pfile;
-
- ! if((pfile = fopen(filename, "r")) == NULL) {
- perror(filename);
- done();
- }
- --- 371,377 ----
- struct hdr tmp;
- FILE *pfile;
-
- ! if((pfile = fopen(filename, "rb")) == NULL) {
- perror(filename);
- done();
- }
- ***************
- *** 704,709 ****
- --- 704,712 ----
- return FALSE;
- }
- }
- +
- + if (strncmp(symp->name, "___gnu_compiled", 15) == 0)
- + return FALSE;
-
- i = bfd_decode_symclass (symp);
- #if defined(DEBUG) && 0
-