> gcc/ChangeLog:
> 
> 2014-11-13  Martin Liska  <mli...@suse.cz>
> 
>       * bb-reorder.c (find_traces_1_round): Old fibheap_t type removed.
>       * bt-load.c: Include of fibheap.h is removed.
>       * cgraphunit.c: Likewise.
>       * config/i386/i386.c: Likewise.
>       * ipa-inline.c: Likewise.
>       * var-tracking.c: Likewise.
> 
> include/ChangeLog:
> 
> 2014-11-13  Martin Liska  <mli...@suse.cz>
> 
>       * fibheap.h: Remove.
> 
> libiberty/ChangeLog:
> 
> 2014-11-13  Martin Liska  <mli...@suse.cz>
> 
>       * Makefile.in: Remove.
>       * fibheap.c: Remove.

You can not really remove libiberty fibheap, because it is shared across
projects.  Basically everything in libiberty is set in stone.
(I believe gdb is other user)

Removing the uses from gcc directory is OK of course. From where the fibheap_t 
is comming
before this patch is applied?

Honza

Reply via email to