diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2003-07-06 19:48:54 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2003-07-06 19:48:54 +0000 |
commit | 9f476a0143e7f3767db9af927983699beec49d3a (patch) | |
tree | b7ddd3929144e8691bdf669f25f8894ad922b63f /gdb/ChangeLog | |
parent | a731b8319061336ed79ff4a907aaf2e02fdeb702 (diff) | |
download | gdb-9f476a0143e7f3767db9af927983699beec49d3a.zip gdb-9f476a0143e7f3767db9af927983699beec49d3a.tar.gz gdb-9f476a0143e7f3767db9af927983699beec49d3a.tar.bz2 |
* win32-nat.c (solib_symbols_add): Use one variable for all section address
stuff. Pass variable rather than address of variable to safe_symbol_file_add.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1643931..daf3c13 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-07-06 Christopher Faylor <cgf@redhat.com> + + * win32-nat.c (solib_symbols_add): Use one variable for all section + address stuff. Pass variable rather than address of variable to + safe_symbol_file_add. + 2003-07-06 Andreas Schwab <schwab@suse.de> * m68klinux-nat.c (fill_fpregset): Fix use of loop index. |