gdbobjs.inc 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. {
  2. Copyright (c) 1999 by Pierre Muller
  3. direct GDB objects linking for debug info
  4. See the file COPYING.FPC, included in this distribution,
  5. for details about the copyright.
  6. This program is distributed in the hope that it will be useful,
  7. but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. **********************************************************************}
  10. { gdb-version/gdb directory must be in objects path }
  11. { use ifdef or ifndef GDB_V416 to change objects needed for
  12. different gdb versions }
  13. {$L infcmd.o}
  14. {$L symtab.o}
  15. {$L top.o}
  16. {$L target.o}
  17. {$L utils.o}
  18. {$L breakpoi.o}
  19. {$L corefile.o}
  20. {$L symfile.o}
  21. {$L ../libibert/concat.o}
  22. {$L environ.o}
  23. {$L eval.o}
  24. {$L infrun.o}
  25. {$L blockfra.o}
  26. {$L findvar.o}
  27. {$L printcmd.o}
  28. {$L i386-tde.o}
  29. {$L minsyms.o}
  30. {$L stack.o}
  31. {$L gdbtypes.o}
  32. {$L valops.o}
  33. {$L values.o}
  34. {$L valprint.o}
  35. {$L language.o}
  36. {$L source.o}
  37. {$L i387-tde.o}
  38. {$L command.o}
  39. {$L objfiles.o}
  40. {$L demangle.o}
  41. {$L ../libibert/cplus-de.o}
  42. {$L gnu-rege.o}
  43. {$L c-typepr.o}
  44. {$L typeprin.o}
  45. {$L init.o}
  46. {$L parse.o}
  47. {$L serial.o}
  48. {$L ../libibert/getrunti.o}
  49. {$L ../readline/complete.o}
  50. {$L ../readline/readline.o}
  51. {$L ../readline/history.o}
  52. {$L ../gdb/version.o}
  53. {$L inflow.o}
  54. {$L ../readline/tilde.o}
  55. {$L ../readline/bind.o}
  56. {$L mem-brea.o}
  57. {$L ../libibert/strsigna.o}
  58. {$L ../bfd/bfd.o}
  59. {$L ../libibert/vasprint.o}
  60. {$L ch-lang.o}
  61. {$ifdef GDB_V416}
  62. {$L go32targ.o}
  63. {$else}
  64. {$L go32-nat.o}
  65. {$endif}
  66. {$L thread.o}
  67. {$L valarith.o}
  68. {$L expprint.o}
  69. {$L exec.o}
  70. {$L ../bfd/corefile.o}
  71. {$L ../libibert/obstack.o}
  72. {$L ../bfd/section.o}
  73. {$L complain.o}
  74. {$L ../libibert/argv.o}
  75. {$L ../bfd/opncls.o}
  76. {$L ../bfd/format.o}
  77. {$L bcache.o}
  78. {$L symmisc.o}
  79. {$L f-lang.o}
  80. {$L f-valpri.o}
  81. {$L cp-valpr.o}
  82. {$L ../opcodes/dis-buf.o}
  83. {$L ../opcodes/i386-dis.o}
  84. {$L scm-lang.o}
  85. {$L ../libibert/basename.o}
  86. {$L ../libibert/floatfor.o}
  87. {$L copying.o}
  88. {$L ser-go32.o}
  89. {$L remote.o}
  90. {$L dcache.o}
  91. {$L remote-u.o}
  92. {$L buildsym.o}
  93. {$L maint.o}
  94. {$L dbxread.o}
  95. {$L coffread.o}
  96. {$L elfread.o}
  97. {$L mipsread.o}
  98. {$L stabsrea.o}
  99. {$L c-lang.o}
  100. {$L m2-lang.o}
  101. {$L nlmread.o}
  102. {$L mdebugre.o}
  103. {$L os9kread.o}
  104. {$L p-lang.o}
  105. {$L p-valpri.o}
  106. {$L ../readline/display.o}
  107. {$L ../readline/keymaps.o}
  108. {$L ../readline/rltty.o}
  109. {$L ../readline/vi_mode.o}
  110. {$L ../readline/funmap.o}
  111. {$L ../readline/parens.o}
  112. {$L ../bfd/cache.o}
  113. {$L ch-exp.o}
  114. {$L ch-typep.o}
  115. {$L ch-valpr.o}
  116. {$L ../bfd/libbfd.o}
  117. {$L ../bfd/archures.o}
  118. {$L ../bfd/targets.o}
  119. {$L ../bfd/binary.o}
  120. {$L f-exp_ta.o}
  121. {$L f-typepr.o}
  122. {$L c-valpri.o}
  123. {$L scm-exp.o}
  124. {$L c-exp_ta.o}
  125. {$L scm-valp.o}
  126. {$L dwarfrea.o}
  127. {$L m2-exp_t.o}
  128. {$L m2-typep.o}
  129. {$L m2-valpr.o}
  130. {$L p-exp_ta.o}
  131. {$L p-typepr.o}
  132. {$L ../readline/isearch.o}
  133. {$L ../readline/search.o}
  134. {$L ../bfd/cpu-i386.o}
  135. {$L ../bfd/coff-go3.o}
  136. {$L ../bfd/srec.o}
  137. {$L ../bfd/tekhex.o}
  138. {$L ../bfd/ihex.o}
  139. {$L ../bfd/syms.o}
  140. {$L ../bfd/archive.o}
  141. {$L ../bfd/reloc.o}
  142. {$L ../bfd/linker.o}
  143. {$L ../bfd/coffgen.o}
  144. {$L ../bfd/cofflink.o}
  145. {$L ../libibert/hex.o}
  146. {$L ../bfd/hash.o}
  147. {$L ../bfd/stabs.o}
  148. {$ifdef GDB_V418}
  149. {$L ../readline/histexpa.o}
  150. {$L ../readline/histfile.o}
  151. {$L gdbarch.o}
  152. {$L tracepoi.o}
  153. {$L ax-gdb.o}
  154. {$L jv-lang.o}
  155. {$L ../readline/input.o}
  156. {$L ../readline/util.o}
  157. {$L ../readline/terminal.o}
  158. {$L ../readline/undo.o}
  159. {$L ../readline/macro.o}
  160. {$L ../readline/shell.o}
  161. {$L ../readline/nls.o}
  162. {$L ../readline/kill.o}
  163. {$L ../libibert/xstrerro.o}
  164. {$L ../libibert/objalloc.o}
  165. {$L dwarf2re.o}
  166. {$L ../bfd/coff-stg.o}
  167. {$L ../bfd/i386aout.o}
  168. {$L ../libibert/fnmatch.o}
  169. {$L ../readline/histsear.o}
  170. {$L ax-gener.o}
  171. {$L jv-exp_t.o}
  172. {$L jv-typep.o}
  173. {$L jv-valpr.o}
  174. {$L ../bfd/aout32.o}
  175. {$L ../bfd/stab-sym.o}
  176. {$endif GDB_V418}