aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/ia64
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-28 16:53:43 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-28 16:53:43 +0200
commitfea4a1285dc7bea02b0203845ad43117f091fc3e (patch)
tree7df2335baf7d8cff27bd6c09a1bab40e22840374 /sysdeps/linux-gnu/ia64
parent3e94cbf0d388a5b5b49f8dbc60f4b24900de89ae (diff)
downloadltrace-fea4a1285dc7bea02b0203845ad43117f091fc3e.tar.gz
misc typos
Diffstat (limited to 'sysdeps/linux-gnu/ia64')
-rw-r--r--sysdeps/linux-gnu/ia64/plt.c6
-rw-r--r--sysdeps/linux-gnu/ia64/trace.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/linux-gnu/ia64/plt.c b/sysdeps/linux-gnu/ia64/plt.c
index 3c05fcf..e988472 100644
--- a/sysdeps/linux-gnu/ia64/plt.c
+++ b/sysdeps/linux-gnu/ia64/plt.c
@@ -6,9 +6,9 @@
/* A bundle is 128 bits */
#define BUNDLE_SIZE 16
-/*
+/*
- The PLT has
+ The PLT has
] 3 bundles as a header
@@ -16,7 +16,7 @@
] Following that, each PLT entry has it's initial code that the GOT entry
points to. Each PLT entry has one bundle allocated.
-
+
] Following that, each PLT entry has two bundles of actual PLT code,
i.e. load up the address from the GOT and jump to it. This is the
point we want to insert the breakpoint, as this will be captured
diff --git a/sysdeps/linux-gnu/ia64/trace.c b/sysdeps/linux-gnu/ia64/trace.c
index 35c6f47..ea0e75c 100644
--- a/sysdeps/linux-gnu/ia64/trace.c
+++ b/sysdeps/linux-gnu/ia64/trace.c
@@ -18,7 +18,7 @@
* longs */
union bundle_t {
/* An IA64 instruction bundle has a 5 bit header describing the
- * type of bundle, then 3 41 bit instructions
+ * type of bundle, then 3 41 bit instructions
*/
struct {
struct {
@@ -95,7 +95,7 @@ syscall_p(Process *proc, int status, int *sysnum) {
}
/* We need to support both the older break instruction
- * type syscalls, and the new epc type ones.
+ * type syscalls, and the new epc type ones.
*
* Bit 20 of the break constant is encoded in the "i"
* bit (bit 36) of the instruction, hence you should