diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-29 14:00:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-29 14:00:59 +0000 |
commit | dca8a1e74bb5150cfff6cc6678a3c5caf9525b87 (patch) | |
tree | f97850d864b486061b59838590b489dfdd6405de | |
parent | 0f3003ef0b27d95a59286a5e2153a223becb99b8 (diff) | |
download | gdb-dca8a1e74bb5150cfff6cc6678a3c5caf9525b87.zip gdb-dca8a1e74bb5150cfff6cc6678a3c5caf9525b87.tar.gz gdb-dca8a1e74bb5150cfff6cc6678a3c5caf9525b87.tar.bz2 |
From Matthew Bellantoni <matthew@chrysalis.com>:
* ar.c (get_pos_bfd): Add default_posname parameter. Change all
callers.
(replace_members): Default to replacing in the same position.
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a930df1..0cb5936 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 29 16:58:05 1997 Ian Lance Taylor <ian@cygnus.com> + + From Matthew Bellantoni <matthew@chrysalis.com>: + * ar.c (get_pos_bfd): Add default_posname parameter. Change all + callers. + (replace_members): Default to replacing in the same position. + Mon Dec 22 11:27:22 1997 Ian Lance Taylor <ian@cygnus.com> * rclex.l: Don't permit a comma in a STRING. |