From: nickc Date: Sun, 28 May 2000 19:22:12 +0000 (+0000) Subject: Fix capitialisation of setnaces in comment. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f59e01e51f01f5f567eb4a0272e9b319dc0626e4;p=pf3gnuchains%2Fpf3gnuchains3x.git Fix capitialisation of setnaces in comment. --- diff --git a/include/coff/ti.h b/include/coff/ti.h index fb3456d87f..9d521b582e 100644 --- a/include/coff/ti.h +++ b/include/coff/ti.h @@ -232,12 +232,12 @@ PUT_SCNHDR_PAGE(ABFD,((struct internal_scnhdr *)(INT))->s_page, \ /* Page macros The first GDB port requires flags in its remote memory access commands to - distinguish between data/prog space. hopefully we can make this go away - eventually. stuff the page in the upper bits of a 32-bit address, since + distinguish between data/prog space. Hopefully we can make this go away + eventually. Stuff the page in the upper bits of a 32-bit address, since the c5x family only uses 16 or 23 bits. c2x, c5x and most c54x devices have 16-bit addresses, but the c548 has - 23-bit program addresses. make sure the page flags don't interfere + 23-bit program addresses. Make sure the page flags don't interfere. These flags are used by GDB to identify the destination page for addresses. */