[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc FINALLY uploaded...



Christopher C Chimelis <chris@classnet.med.miami.edu> writes:
> On Wed, 3 Feb 1999, Joel Klecker wrote:
> 
> > Um, oops. Don't bother filing a bug, I have a -3 upload coming up, 
> > which will fix that among other things.
> > BTW, do you folks have a __register_frame_info-related patch you want 
> > me to integrate?
> 
> Yes.  Thanks for the announce :-)
> 
> Here's the patch:
> 
> --- elf/soinit.c        Mon Feb  1 03:20:43 1999
> +++ elf/soinit.c.new    Mon Feb  1 03:20:21 1999
> @@ -58,6 +58,13 @@
>  #endif
>  }
> 
> +#if defined __alpha__ && !defined(HAVE_DWARF2_UNWIND_INFO)
> +struct objet;
          ^^^^^^
Is this supposed to be object?

> +void __register_frame_info (const void *a, struct object *o) {
> +}
> +void __deregister_frame_info (const void *o) {
> +}
> +#endif
> 
>  /* This function becomes the DT_FINI termination function
>     for the C library.  */

Mike.


Reply to: