diff options
author | Sean Keys <skeys@ipdatasys.com> | 2012-08-02 20:26:52 +0000 |
---|---|---|
committer | Sean Keys <skeys@ipdatasys.com> | 2012-08-02 20:26:52 +0000 |
commit | 03d46c0e96e4456f99a0fc63a287b26a17caea12 (patch) | |
tree | 33423510cc8a5b0a6acfd61ccf9475cef3175b46 /gas | |
parent | bdfd67fa6b00146f7592439ca9eb243ec27cecb3 (diff) | |
download | gdb-03d46c0e96e4456f99a0fc63a287b26a17caea12.zip gdb-03d46c0e96e4456f99a0fc63a287b26a17caea12.tar.gz gdb-03d46c0e96e4456f99a0fc63a287b26a17caea12.tar.bz2 |
* config/tc-m68hc11.c (s_m68hc11_parse_pseudo_instruction):
New function to parse pseudo ops that are unreleated to
existing pseudo ops.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 839b45f..5c05b2c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2012-08-02 Sean Keys <skeys@ipdatasys.com> + + * config/tc-m68hc11.c (s_m68hc11_parse_pseudo_instruction): + New function to parse pseudo ops that are unreleated to + existing pseudo ops. + 2012-08-01 Catherine Moore <clm@codesourcery.com> Sandra Loosemore <sandra@codesourcery.com> |