diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-29 03:34:57 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-29 03:34:57 +0000 |
commit | 9c0bc1daf9bc0e88c3afd23bd79f934cf4adb8e1 (patch) | |
tree | 2ee57d09c071f2b6001b6dfdf88b5e8420bca5fd /gdb/ChangeLog | |
parent | 799de4c4a08e6b52add721116d23a1109ee9b324 (diff) | |
download | gdb-9c0bc1daf9bc0e88c3afd23bd79f934cf4adb8e1.zip gdb-9c0bc1daf9bc0e88c3afd23bd79f934cf4adb8e1.tar.gz gdb-9c0bc1daf9bc0e88c3afd23bd79f934cf4adb8e1.tar.bz2 |
* Makefile.in (target_subdir): Define.
(CC_FOR_TARGET, CXX_FOR_TARGET): Use it to find target libraries.
* configure.in (X_CFLAGS): Fix typo.
(target_subdir): Set to "${target_alias}/" if cross.
* configure.in: Regenerated.
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 33c8c6b..b3c3f99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Tue Nov 28 15:25:28 1995 Doug Evans <dje@canuck.cygnus.com> + * Makefile.in (target_subdir): Define. + (CC_FOR_TARGET, CXX_FOR_TARGET): Use it to find target libraries. + * configure.in (X_CFLAGS): Fix typo. + (target_subdir): Set to "${target_alias}/" if cross. + * configure.in: Regenerated. + * dbxread.c (dbx_symfile_read): Set block_address_function_relative for `pe' format files. |