diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-04-12 07:03:10 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-04-12 07:03:10 +0000 |
commit | a8a22e336510477a9710d98a7d57ec56fc167c2e (patch) | |
tree | 445de4e178a463f5289a58ee52f69dce91a13ea1 /gas/ChangeLog | |
parent | 24f89b68802d886dc16ffc9984e28311916fa30e (diff) | |
download | gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.zip gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.tar.gz gdb-a8a22e336510477a9710d98a7d57ec56fc167c2e.tar.bz2 |
* expr.c (operand): Pass &c to md_parse_name().
* config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a202bb1..d75371e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-12 Alexandre Oliva <aoliva@redhat.com> + + * expr.c (operand): Pass &c to md_parse_name(). + * config/tc-ia64.h, config/tc-ppc.h, config/tc-tic54x.h: Adjust. + 2001-04-07 Steven J. Hill <sjhill@cotw.com> * config/tc-mips.c: Support ELF64 for traditional MIPS targets. |