diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-09 16:20:05 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-09 16:20:05 +0000 |
commit | 2758961ac0e52f6e25f8b9b80c851b15688815f4 (patch) | |
tree | 544974bf5651bdd80a72b3adee5ad6ddaad02b9a /binutils/ChangeLog | |
parent | b1a6d0b1cbfcf751215209dbbb549269d889693a (diff) | |
download | gdb-2758961ac0e52f6e25f8b9b80c851b15688815f4.zip gdb-2758961ac0e52f6e25f8b9b80c851b15688815f4.tar.gz gdb-2758961ac0e52f6e25f8b9b80c851b15688815f4.tar.bz2 |
(asm_prefix): Add parameter: name. No underscore for symbols beginning with ?.
(ASM_PREFIX): Add parameter: NAME.
(gen_exp_file): Use new parameter.
(make_label): Likewise.
(make_imp_label): Likewise.
(make_one_lib_file): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 03a7280..b54692e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2004-07-09 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com> + + * binutils/dlltool.c (asm_prefix): Add parameter: name. + No underscore for symbols beginning with ?. + (ASM_PREFIX): Add parameter: NAME. + (gen_exp_file): Use new parameter. + (make_label): Likewise. + (make_imp_label): Likewise. + (make_one_lib_file): Likewise. + 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com> * MAINTAINERS: Added myself to the list. |