diff options
author | Christian Groessler <chris@groessler.org> | 2006-12-08 22:15:11 +0000 |
---|---|---|
committer | Christian Groessler <chris@groessler.org> | 2006-12-08 22:15:11 +0000 |
commit | 41d3b0565dcc16df19e520ef966a49b64065d8c3 (patch) | |
tree | 8b231e7055cea8b43103a1708a86a40abf3b3c10 /gas/ChangeLog | |
parent | 0d2bd018fdae9f49842892b4ea31532b466dda75 (diff) | |
download | gdb-41d3b0565dcc16df19e520ef966a49b64065d8c3.zip gdb-41d3b0565dcc16df19e520ef966a49b64065d8c3.tar.gz gdb-41d3b0565dcc16df19e520ef966a49b64065d8c3.tar.bz2 |
* config/tc-z8k.c (whatreg): Add comment describing function.
Return NULL if symbol name characters follow the register number.
(parse_reg): Use NULL instead of 0 for pointer values. Stop
processing if whatreg returned NULL.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2a9b076..fa89abe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2006-12-08 Christian Groessler <chris@groessler.org> + + * config/tc-z8k.c (whatreg): Add comment describing function. + Return NULL if symbol name characters follow the register number. + (parse_reg): Use NULL instead of 0 for pointer values. Stop + processing if whatreg returned NULL. + 2006-12-07 Kazu Hirata <kazu@codesourcery.com> * config/tc-m68k.c: Update uses of EF_M68K_*. |