diff options
author | Nick Clifton <nickc@redhat.com> | 1998-11-09 22:26:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-11-09 22:26:47 +0000 |
commit | a1bda8d6bce1271ff97ab6716279eb91efe8b979 (patch) | |
tree | d3cbdb9d50419b0f21027fd26c79424034809782 | |
parent | 8550b2d7c028b45eb2987cd5dd0f6996bae5051c (diff) | |
download | binutils-a1bda8d6bce1271ff97ab6716279eb91efe8b979.zip binutils-a1bda8d6bce1271ff97ab6716279eb91efe8b979.tar.gz binutils-a1bda8d6bce1271ff97ab6716279eb91efe8b979.tar.bz2 |
Change default behaviour so that conflicts between register names and usr symbols
are ignored.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2269379..7e1f5c2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 9 14:25:06 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c: Change default behaviour to ignore potential + conflicts between register name and symbol names. + start-sanitize-fr30 Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com> |