m mariga wrote: > The patch adds next line into 143 line of GCC3.3.2's h8300.h. > > #define TARGET_MODE (target_flags & 16384) > > As I tried to insert above define sentence in GCC4.4.0's h8300.h I was > shocked to have found that there is no TARGET_MODE or target_flags. > Please teach me whether it is alright that I omit to insert above define > sentence at all. > Or if it is necessary to add it,could you teach me how to do it ? > I am very obliged.
TARGET_MODE is not referenced in gcc-core-3.3.5 either. Perhaps it is completely unnecessary. John Dallaway -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
