From 969e1a7b863576e53a576cfc92f2e0c13c4b62a5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 3 Jun 2000 22:33:09 +0000 Subject: [PATCH] 2000-06-03 H.J. Lu * read.c (is_end_of_line): Put back `;'. --- gas/ChangeLog | 4 ++++ gas/read.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 2c766a7234..6a3fb812af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-06-03 H.J. Lu + + * read.c (is_end_of_line): Put back `;'. + 2000-06-03 Alan Modra * config/tc-i386.c (md_shortopts): Remove 'm', add 'q' to non-elf. diff --git a/gas/read.c b/gas/read.c index 7ff8aad324..15c7304b0d 100644 --- a/gas/read.c +++ b/gas/read.c @@ -155,7 +155,7 @@ char is_end_of_line[256] = #endif 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* _!"#$%&'()*+,-./ */ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0123456789:;<=>? */ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, /* 0123456789:;<=>? */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* */