aboutsummaryrefslogtreecommitdiff
path: root/gprofng/src/parse.cc
diff options
context:
space:
mode:
authorVladimir Mezentsev <vladimir.mezentsev@oracle.com>2025-01-01 21:40:05 -0800
committerVladimir Mezentsev <vladimir.mezentsev@oracle.com>2025-01-02 15:46:48 -0800
commit63eb193ca47354cbdd0f9aa90fccc607510b302e (patch)
tree74af620675718c5b84a708a30466f64b94970831 /gprofng/src/parse.cc
parent74760497497d9912ac6437f16f8abdba87710a2c (diff)
downloadbinutils-63eb193ca47354cbdd0f9aa90fccc607510b302e.zip
binutils-63eb193ca47354cbdd0f9aa90fccc607510b302e.tar.gz
binutils-63eb193ca47354cbdd0f9aa90fccc607510b302e.tar.bz2
gprofng: remove the old archiver
The first versions of Performance Analyzer archived only function names. This is no longer used. We need a real elf-file. gprofng/ChangeLog 2025-01-01 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * src/LoadObject.cc: Remove LoadObject::read_archive. * src/LoadObject.h: Likewise. * src/data_pckts.h: Remove unused declarations. * src/parse.cc (process_seg_map_cmd): Don't look for the old archive.
Diffstat (limited to 'gprofng/src/parse.cc')
-rw-r--r--gprofng/src/parse.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gprofng/src/parse.cc b/gprofng/src/parse.cc
index d14232e..953baf1 100644
--- a/gprofng/src/parse.cc
+++ b/gprofng/src/parse.cc
@@ -752,15 +752,6 @@ Experiment::process_seg_map_cmd (char */*cmd*/, hrtime_t ts, Vaddr vaddr,
lo->dbeFile->sbuf.st_mtime = 0; // Don't check timestamps
free (archName);
}
- else
- {
- archName = checkFileInArchive (nm, true);
- if (archName)
- {
- lo->set_archname (archName);
- lo->need_swap_endian = need_swap_endian;
- }
- }
if (!dbeSession->archive_mode)
lo->sync_read_stabs ();
}