diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-29 17:30:19 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-04-29 17:30:19 +0000 |
commit | 3c1aa9830fd8346d733d3bcb0b7723090802f097 (patch) | |
tree | 23560451c40eec1535e3657a01a408231ba79f1d /gcc/halfpic.c | |
parent | 05d3a4fc009c12089e8d5127f6d0c682566876ce (diff) | |
download | gcc-3c1aa9830fd8346d733d3bcb0b7723090802f097.tar.gz |
*** empty log message ***
From-SVN: r860
Diffstat (limited to 'gcc/halfpic.c')
-rw-r--r-- | gcc/halfpic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/halfpic.c b/gcc/halfpic.c index f2012424df7..0f81cf05f63 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -343,7 +343,7 @@ half_pic_ptr (operand) if (!p->pointer_p) { /* first time, create pointer */ obstack_grow (&half_pic_obstack, half_pic_prefix, half_pic_prefix_len); - obstack_grow (&half_pic_obstack, name, len); + obstack_grow (&half_pic_obstack, name, len+1); p->next = half_pic_names; p->ref_name = (char *) obstack_finish (&half_pic_obstack); |