diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-19 19:56:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-19 19:56:02 +0000 |
commit | 78a4a9b940711aae9aaa87fb788ed78862477266 (patch) | |
tree | dfaf12220315212b71ca5cb8f152d4a9a32643b6 /gdb/main.c | |
parent | 3fe7447286f35584d45cefca47e5b7e17202617c (diff) | |
download | gdb-78a4a9b940711aae9aaa87fb788ed78862477266.zip gdb-78a4a9b940711aae9aaa87fb788ed78862477266.tar.gz gdb-78a4a9b940711aae9aaa87fb788ed78862477266.tar.bz2 |
2004-01-19 Andrew Cagney <cagney@redhat.com>
* top.h (mapped_symbol_files): Delete declaration.
* main.c (captured_main): Delete option "m" and "mapped".
* objfiles.c (mapped_symbol_files): Delete variable.
* symfile.c (symbol_file_command): Delete mmap code.
(symbol_file_add_with_addrs_or_offsets): Ditto.
(add_symbol_file_command, reread_separate_symbols): Ditto.
* objfiles.h (OBJF_MAPPED): Delete.
* objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
(free_objfile) [USE_MMALLOC]: Ditto.
(open_existing_mapped_file): Delete function.
(open_mapped_file): Delete function.
(map_to_file): Delete function.
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -264,8 +264,6 @@ captured_main (void *data) {"dbx", no_argument, &dbx_commands, 1}, {"readnow", no_argument, &readnow_symbol_files, 1}, {"r", no_argument, &readnow_symbol_files, 1}, - {"mapped", no_argument, &mapped_symbol_files, 1}, - {"m", no_argument, &mapped_symbol_files, 1}, {"quiet", no_argument, &quiet, 1}, {"q", no_argument, &quiet, 1}, {"silent", no_argument, &quiet, 1}, |