diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-11-27 20:50:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-11-27 20:50:43 +0000 |
commit | 3e74aeeda66f6369f7a0559018f4a10696dcb820 (patch) | |
tree | df059ae8707ecbfa383379dff5b74cfd5e1d62dc /gdb | |
parent | e8367dc76aa7182522609cba724c9753e0137a80 (diff) | |
download | gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.zip gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.tar.gz gdb-3e74aeeda66f6369f7a0559018f4a10696dcb820.tar.bz2 |
* dwarf2-frame.c: Fix another comment.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/dwarf2-frame.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 39def0c..5b7d4d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-11-27 Mark Kettenis <kettenis@gnu.org> + * dwarf2-frame.c: Fix another comment. + * x86-64-tdep.c (RET_INT_REGS, RET_SSE_REGS): Remove defines. (x86_64_use_struct_convention, x86_64_extract_return_value, x86_64_store_return_value): Remove. diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index 43bed21..ccad418 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -102,7 +102,7 @@ enum dwarf2_reg_rule /* Make certain that 0 maps onto the correct enum value; the corresponding structure is being initialized using memset zero. This indicates that CFI didn't provide any information at all - about a register, leaving how to obtain it's value totally + about a register, leaving how to obtain its value totally unspecified. */ REG_UNSPECIFIED = 0, /* The term "undefined" comes from the DWARF2 CFI spec which this |