diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-12-31 19:16:37 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-12-31 19:16:37 +0000 |
commit | 0e2de36609cf566ee543fe38f6c5a174306c8902 (patch) | |
tree | b3947cfde6d31c3f326af5a7aaeaa7117e573bca /gdb/auxv.h | |
parent | 40a41a9acc434682aca501143e71f91c5ad854c5 (diff) | |
download | gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.zip gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.gz gdb-0e2de36609cf566ee543fe38f6c5a174306c8902.tar.bz2 |
2010-12-31 Michael Snyder <msnyder@vmware.com>
* annotate.c: Comment cleanup, shorten long lines.
* arch-utils.c: Ditto.
* arch-utils.h: Ditto.
* auxv.c: Ditto.
* auxv.h: Ditto.
* ax-gdb.c: Ditto.
* ax-gdb.h: Ditto.
* ax-general.c: Ditto.
* breakpoint.h: Ditto.
* buildsym.h: Ditto.
Diffstat (limited to 'gdb/auxv.h')
-rw-r--r-- | gdb/auxv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ extern int target_auxv_parse (struct target_ops *ops, extern int target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp); -/* Print the contents of the target's AUXV on the specified file. */ +/* Print the contents of the target's AUXV on the specified file. */ extern int fprint_target_auxv (struct ui_file *file, struct target_ops *ops); extern LONGEST memory_xfer_auxv (struct target_ops *ops, |