diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-06-01 14:24:37 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-06-01 14:24:37 +0000 |
commit | 513f590324f1b11a36acbad0ebf40f800f5e52f7 (patch) | |
tree | 092cdffbe7aebba08114d3b5562bd3109e8dbe85 /gdb/solib-svr4.c | |
parent | 12a64d4f82f88ef19d8a1c2f7c08704e6264e3a5 (diff) | |
download | gdb-513f590324f1b11a36acbad0ebf40f800f5e52f7.zip gdb-513f590324f1b11a36acbad0ebf40f800f5e52f7.tar.gz gdb-513f590324f1b11a36acbad0ebf40f800f5e52f7.tar.bz2 |
* solib-svr4.c (svr4_solib_create_inferior_hook): Remove warning.
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 7867d45..e202638 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -1348,11 +1348,7 @@ svr4_solib_create_inferior_hook (void) svr4_relocate_main_executable (); if (!svr4_have_link_map_offsets ()) - { - warning (_("no shared library support for this OS / ABI")); - return; - - } + return; if (!enable_break ()) return; |