From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: gdb@sources.redhat.com Subject: [Fwd: Caught signal 9 in core file ????] Date: Thu, 27 Sep 2001 11:42:00 -0000 Message-id: <3BB37312.3000706@cygnus.com> X-SW-Source: 2001-09/msg00255.html Anyone want to play with this? While a BFD bug, gdb is probably BFD's only core file customer. Andrew >From eliz@is.elta.co.il Thu Sep 27 11:49:00 2001 From: "Eli Zaretskii" To: dj@redhat.com Cc: gcc@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: libiberty docs are in Date: Thu, 27 Sep 2001 11:49:00 -0000 Message-id: <3099-Thu27Sep2001205015+0300-eliz@is.elta.co.il> References: <200109261856.f8QIuO414025@greed.delorie.com> <1659-Thu27Sep2001121904+0300-eliz@is.elta.co.il> <200109271657.f8RGvLr28862@greed.delorie.com> X-SW-Source: 2001-09/msg00257.html Content-length: 1759 > Date: Thu, 27 Sep 2001 12:57:21 -0400 > From: DJ Delorie > > It is only temporary. In case there were bugs, I didn't want to > burden everyone all at once. When it's proven stable, I'll add it to > the default rules. Thank you! > > I don't recommend using the full @node lines, like this: > > > > @node Using,Overview,Top,Top > > I couldn't get the auto-node logic to work right in all places. If > you can, that's good! I tested "make info" after applying the changes I sent, and it built without any complaints. The secret is that you need to lay out the subnodes in the same order as they are listed in the menus. One of the nodes was out of order, so I moved it. I'm guessing that this node is what gave you trouble. > > [Repeat after me: "it's ``occurrence'', not ``occurance'' ;-) May I > > suggest "M-x ispell-comments-and-strings RET"?] > > You may, but I was happy to get what was available in place... :-) Oops, sorry, I didn't realize you've written the text in the *.c files as well. I should have looked in the Changelog before releasing silly jokes. > > Index: src/libiberty/libiberty.texi > > Changelog entry? Here: 2001-09-27 Eli Zaretskii * libiberty.texi: (Top level): Add syncodeindex pg. (many nodes): Lose the next,prev,up pointers on the @nide line. (Using, Supplemental Functions, Replacement Functions): Fix markup. (Functions): Move around, to allow makeinfo to build the manual without next,prev,up pointers in thye node lines. (Licenses): Fix typos. * index.c, rindex.c, strchr.c, strerror.c, strrchr.c, strstr.c, strtol.c, xatexit.c, xexit.c, xmalloc.c: Fix spelling and markup. * copying-lib.texi: Lose the next,prev,up pointers on the @node line.