OSDN Git Service

* language.c (local_hex_string_custom): Simplify. Do not depend
authorcagney <cagney>
Sun, 12 May 2002 04:20:05 +0000 (04:20 +0000)
committercagney <cagney>
Sun, 12 May 2002 04:20:05 +0000 (04:20 +0000)
commit59edab5f1a7ec1faf8277d0b9ca52d0b03499730
treee3d12ba763dba83e18163cb258631085c314820f
parentf016ed2f03663a4dcf0c8cf9b77d809a2c5384ba
* language.c (local_hex_string_custom): Simplify.  Do not depend
on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.

* memattr.c (mem_info_command): Replace calls to
longest_local_hex_string and longest_local_hex_string_custom.
* buildsym.c (make_blockvector): Ditto.
* solib.c (info_sharedlibrary_command): Ditto.
* tracepoint.c (tracepoints_info): Ditto.
* symtab.c (print_msymbol_info): Ditto.

* language.c (local_hex_string): Delete.
(local_hex_string_custom): Delete.
(longest_local_hex_string): Rename to local_hex_string.
(longest_local_hex_string_custom): Rename to
local_hex_string_custom.
* language.h (local_hex_string): Change parameter type to LONGEST.
(local_hex_string_custom): Ditto.
(longest_local_hex_string): Delete declaration.
(longest_local_hex_string_custom): Ditto.

* solib.c: Update copyright.
* memattr.c: Update copyright.
gdb/ChangeLog
gdb/buildsym.c
gdb/language.c
gdb/language.h
gdb/memattr.c
gdb/solib.c
gdb/symtab.c
gdb/tracepoint.c