diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-09-21 13:50:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-09-21 13:50:51 +0000 |
commit | 253c8abb67a72cdfcdb2be4b92e2dba8689e6554 (patch) | |
tree | 7d79e3725009992103877706f6e2317a558a663c /gdb/ChangeLog | |
parent | c96fc75e9e90e0781789095b842495bbcdbb037a (diff) | |
download | gdb-253c8abb67a72cdfcdb2be4b92e2dba8689e6554.zip gdb-253c8abb67a72cdfcdb2be4b92e2dba8689e6554.tar.gz gdb-253c8abb67a72cdfcdb2be4b92e2dba8689e6554.tar.bz2 |
* ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
(strtoulst): Moved to ...
* utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
(strtoulst): ... here. Enhanced to behave more similarly
to strtoul.
* defs.h (strtoulst): New prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1ff1fa6..6b84a4b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2006-09-21 Daniel Jacobowitz <dan@codesourcery.com> + * ada-lex.l (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) + (strtoulst): Moved to ... + * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int) + (strtoulst): ... here. Enhanced to behave more similarly + to strtoul. + * defs.h (strtoulst): New prototype. + +2006-09-21 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (memattr_h, memattr.o): Update. * memattr.h: Include "vec.h". (struct mem_region): Remove linked list pointer. |